From: jp Date: Tue, 19 Jul 2016 04:42:38 +0000 (+0200) Subject: update readme X-Git-Tag: v0.4~56^2~4 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=478a6c454345d0dbd3b53509c19e441528bd425a;p=jp%2Fcrow.git update readme --- diff --git a/README.md b/README.md index c746e703..7c99c45e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ CROW [![NuGet Version and Downloads](https://buildstats.info/nuget/Crow.dll)](https://www.nuget.org/packages/Crow.dll/) +[![Build Status](https://travis-ci.org/jpbruyere/Crow.svg?branch=master)](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 @@ -12,6 +13,10 @@ may be used as Texture, Pixbuf, etc... 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 +Magic3d +Screen Shot +Screen Shot FEATURES ======== @@ -33,15 +38,9 @@ Building ``` 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 - -![Crow in action](/magic3d.png?raw=true "Magic3d") - -![Crow in action](/screenshot1.png?raw=true "golib") - -![Crow in action](/screenshot2.png?raw=true "golib")