From: j-p Date: Sun, 31 Oct 2021 08:17:42 +0000 (+0000) Subject: Update README.md X-Git-Tag: v0.9.8-beta~4 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=f9058ecea3c4dd28f27c1cc12fcd7ee9c22ac17a;p=jp%2Fcrow.git Update README.md --- diff --git a/README.md b/README.md index a9ec9502..b5698d13 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@

-Open source [application framework](https://en.wikipedia.org/wiki/Application_framework) for building portable graphical interfaces in **C#**, featuring a ***declarative language*** for ui with ***styling*** and ***templates*** called [IML](interface-markup-language) similar to [XAML](https://en.wikipedia.org/wiki/Extensible_Application_Markup_Language) and a ***binding system*** for easy code linking. +**Open source widget toolkit** and rendering engine for building portable graphical interfaces in `C#`, featuring a `declarative language` for ui called [IML](https://github.com/jpbruyere/Crow/wiki/using-iml) with [Styling](https://github.com/jpbruyere/Crow/wiki/Styling), [Templates](https://github.com/jpbruyere/Crow/wiki/Templates) and a [binding system](https://github.com/jpbruyere/Crow/wiki/first-binding) to connect your `c#` code to your `ui` components easily.

@@ -45,26 +45,7 @@ The `ShowCase`sample will allow you to quickly test IML with live result.

-### Features -- [Declarative interface definition](https://github.com/jpbruyere/Crow/wiki/interface-markup-language). -- [Templates](https://github.com/jpbruyere/Crow/wiki/Templates) -- [Styling](https://github.com/jpbruyere/Crow/wiki/Styling) -- [Dynamic binding system](https://github.com/jpbruyere/Crow/wiki/The-binding-system) -- SVG rendering (with [rsvg library](https://developer.gnome.org/rsvg/)) - -### Requirements -- [GLFW3](https://www.glfw.org/) for platform dependant integration. -- [Cairo Graphic Library](https://cairographics.org/) for 2d graphic rendering. -- [rsvg library](https://developer.gnome.org/rsvg/) for svg rendering - -### Documentation - -Due to the early state of this project and the frequent changes, some part of the docs may be outdated. - -* [Classes documentation autogenerated from doxygen](https://github.com/jpbruyere/Crow/wiki/index) -* [Introduction](https://github.com/jpbruyere/Crow/wiki) - -C.R.O.W. is in **beta** development state, api could change. +Visit the [wiki](https://github.com/jpbruyere/Crow/wiki) and the samples for documentation. Due to the early state of this project and the frequent changes, some part of the docs may be outdated. C.R.O.W. is in **beta** development state, api could change, but most of it is quiet stabilized. Please report bugs and issues on [GitHub](https://github.com/jpbruyere/Crow/issues)