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 GUI