From: bruyere Date: Sat, 16 Nov 2013 08:31:22 +0000 (+0100) Subject: Create README.md X-Git-Tag: 0.2~114 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=1ad889b2b99639d8ff266cc460ca49d60faf3bfb;p=jp%2Fcrow.git Create README.md --- diff --git a/README.md b/README.md new file mode 100644 index 00000000..484c823c --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +GOLib +===== + +Graphic Object Library: custom widget library on top of cairo. Support win32, opengl, framebuffer surfaces + +Initially designed to provide fast widget toolkit for game development with OpenTK, the interface code of my game engine +was splitted in this lib to provide generic widgets toolkit for other uses. + +On linux, OpenTK gives a abstraction layer for periferics. + +On the framme buffer, I use a small self-made multi-threaded lib on top of ev-dev. + +For win32 surface, i still need to code low level periferic access, no great motivation to do that.... + +It support transparency by default (compositing), but a faster lib with no transparency could be achieve easily + + +Lots of debug have been made, i release the code, and will try to make it evolves and perhaps find new motivations with +contributors. + +