summaryrefslogtreecommitdiffstats
path: root/md/writeup/x11_prototype_gui.md
blob: 7b69094e3546e1463b5a893f10bbe212acf3f12b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
title:X11 prototype GUI
keywords:x11,gui

# X11 prototype GUI
I always whanged to write some GUI to try how its is.
This is X11 based GUI based on Xlib it has not "modern" but
in object oriented style. Planning to use it for small
projects. Successfully compiled it on Linux,OpenBSD,FreeBSD and MacOS.
Should work also on AIX.

## COMPILE:
```bash
make
```

or try:
```bash
./compile.sh
```

## TODO:
fix flickering  
support other compilers not only gcc  
add some non-compilable configuration  
try to port on SDL,OpenGL,curses  
use some cool Wayland stuff  
try to make some fancy/modern style  


## Links
http://www.x.org/wiki/ProgrammingDocumentation/

## Downloads

http://archive.main.lv/files/writeup/x11_prototype_gui/xlib_proto_gui.tar.gz


<a href=/img/x11_gui/gui.png width="250"><img src="/img/x11_gui/gui.png" style="width:40%" alt="GUI"></a>