From 8a67659668a86e50d5a58364f4aad34061c6e953 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sun, 29 Nov 2020 00:25:38 +0100 Subject: [PATCH] wip --- index.html | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index c11f332a..ec71b66e 100644 --- a/index.html +++ b/index.html @@ -34,20 +34,26 @@
- Build Status - Downloads NuGet package - -
- - - - -
- -

CROW is a pure C# widget toolkit originally developed for rapid GUI implementation with - OpenTK.

-

Using Crow is an easy way to get instantly some controls into your your OpenGL application. With its binding system, your local -variables are bound to the interface very easily and with the full transparency, your openGL scene will always stay fully visible.

+

+ + + + + + + + + + + + + +

+

+Open source application framework for building portable graphical interfaces in C#, featuring a declarative language +for ui with styling and templates called IML similar to XAML and a binding system

strong> for easy code linking. +C.R.O.W. is in beta development state, api could change. +

You can visit the Wiki for documentation and tutorials. (in progress)

-- 2.47.3