From 871f7388f22f642f913ea955662840ce8da2f7ce Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Mon, 22 Dec 2014 08:52:29 +0100 Subject: [PATCH] test --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9fd6d3e0..ed099e68 100644 --- 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) -- 2.47.3