]> O.S.I.I.S - jp/crow.git/commitdiff
Update README.md
authorj-p <jp_bruyere@hotmail.com>
Sun, 31 Oct 2021 08:17:42 +0000 (08:17 +0000)
committerGitHub <noreply@github.com>
Sun, 31 Oct 2021 08:17:42 +0000 (08:17 +0000)
README.md

index a9ec9502173c9105ac93b00888be0bc0c6fc484b..b5698d13390c6677d3c4b4add99c5ad3153e3225 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
 </p>
 </h1>
 
-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.
 
 <p align="center">
   <a href="https://github.com/jpbruyere/Crow/blob/master/Images/crowEdit.png">
@@ -45,26 +45,7 @@ The `ShowCase`sample will allow you to quickly test IML with live result.
   </a>
 </p>
 
-### 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)