From: jp Date: Wed, 20 Jul 2016 22:13:06 +0000 (+0200) Subject: update index.html X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=d356ea957f64f89ad434089362e8ee2f4ec8b6ea;p=jp%2Fcrow.git update index.html --- diff --git a/index.html b/index.html index 619826e3..5e0d86e2 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + @@ -35,50 +35,52 @@

-Build Status -

- - -

CROW is a pure C# widget toolkit originally developed for easy GUI implementation for OpenTK.

-

-Trying to make it as efficient as possible, it evolved as a full feature toolkit with templates, styles, compositing, and bindings. -Running under Mono, With multi-platform libraries it should run on any target.

- -

Crow has full transparency support, but a fast opaque rendering queue exist for heavy critical application.

- -

-Screen shots

- - - - - - - -
Magic3d -Screen Shot -Screen Shot
- -

-Feature

- -
    -
  • -XML interface definition.
  • -
  • Templates and styling
  • -
  • Dynamic binding system with code injection.
  • -
  • Inlined delegates in XML
  • -
- -

-Building

- -
git clone https://github.com/jpbruyere/Crow.git     # Download source code from github
-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)
-
+ Build Status + + + +

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

+

Trying to make it as efficient as possible, it evolved as a full feature toolkit with templates, styles, compositing, and bindings. + Running under Mono, With multi-platform libraries it should run on any target.

+

Crow has full transparency support, but a fast opaque rendering queue exist for heavy critical application.

+ +

+ Screen shots +

+ + + + + + + +
Magic3dScreen ShotChess3D
+ +

+ Feature +

+ +
    +
  • XML interface definition.
  • +
  • Templates and styling
  • +
  • Dynamic binding system with code injection.
  • +
  • Inlined delegates in XML
  • +
  • Proportionnal layouting
  • +
+ +

+ Building +

+ +

+			git clone https://github.com/jpbruyere/Crow.git     # Download source code from github
+			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)
+		
@@ -89,8 +91,5 @@ xbuild /p:Configuration=Release Crow.sln # Build on Mono (Linux / Mac

Published with GitHub Pages

- - -