From 1ad889b2b99639d8ff266cc460ca49d60faf3bfb Mon Sep 17 00:00:00 2001 From: bruyere Date: Sat, 16 Nov 2013 09:31:22 +0100 Subject: [PATCH] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 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. + + -- 2.47.3