CROW [](https://www.nuget.org/packages/Crow.dll/)
+[](https://travis-ci.org/jpbruyere/Crow)
-
-**CROW** is a pure **C#** widget toolkit originaly developed for easy developement with OpenTK.
+**CROW** is a pure **C#** widget toolkit originaly developed for easy GUI implementation with OpenTK.
+Trying to make it as efficient as possible, it evolved as a full feature toolkit with templates, styles and bindings.
Running under Mono, With multi-platform libraries it should run on any target.
**CROW** use **Mono.Cairo** for rendering. The resulting widgets are outputed to an in memory bitmap
Thanks to the job done by OpenTK team on linux drm/kms support, Crow may run without a X server directely in console.
+#####Screen shots
+<img src="/magic3d.png?raw=true" alt="Magic3d" width="20%" />
+<img src="/screenshot1.png?raw=true" alt="Screen Shot" width="20%" />
+<img src="/screenshot2.png?raw=true" alt="Screen Shot" width="20%" />
FEATURES
========
```
git clone https://github.com/jpbruyere/Crow.git # Download source code from git
cd Crow # Enter the source directory
+nuget restore Crow.sln # Restore nuget packages
msbuild /p:Configuration=Release Crow.sln # Build on .Net (Windows)
xbuild /p:Configuration=Release Crow.sln # Build on Mono (Linux / Mac OS X)
```
-#####Crow in action
-
-
-
-
-
-