]> O.S.I.I.S - jp/crow.git/commitdiff
test
authorjpbruyere <jp.bruyere@hotmail.com>
Mon, 22 Dec 2014 07:52:29 +0000 (08:52 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Mon, 22 Dec 2014 07:52:29 +0000 (08:52 +0100)
README.md

index 9fd6d3e03f0f87a6b66d973420e18a83da6c9de3..ed099e689390b9751e5a358704c98c1a5b2d5e5d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,14 +1,16 @@
 GOLib
 =====
 
-Graphic Object Library: custom widget library for OpenTK.
+Graphic Object Library: custom widget library c# version.
 
-Lightweight Widget toolkit for OpenTK using Mono.Cairo as backend.
-
-Due to OpenTK experimental support for kms, I decided to use the
-OpenTK window as base container for applications.
-
-Layouting is still a bit consuming, I'm working on simplification.
+- Use OpenTK as top container for device abstraction layer
+- Curent drawing routines use Mono.Cairo
 
+RoadMap:
 
+    - Implement Vertical and Horizontal layouting queue instead
+      of testing the whole object tree during layout.
+    - Implement GL textures backend, as in the c++ version
+    - Validate complete drm rendering stack (OpenTK, and Cairo
+      already have experimental support for drm stack)