From: j-p Date: Thu, 18 Jul 2019 16:58:14 +0000 (+0200) Subject: Update README.md X-Git-Tag: v0.8.7~18 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=refs%2Fheads%2FCrowOpenTK;p=jp%2Fcrow.git Update README.md --- diff --git a/README.md b/README.md index c6fda6fd..cf0c8cc2 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,11 @@ **C.R.O.W.** is in beta development state, api could change. +I've tested three pathes for further developments: +* OpenTk integration, initial architecture. Nuget package = Crow.OpentTK +* Stand Alone Crow with no OS integration, Nuget has version 8.* under the name Crow. +* Vulkan backend (vk.net) with VKVG as a replacement for cairo and GLFW for OS integration, this last path is the closest to what I want to make with CROW. Maybe I'll try to keep Cairo as an option for backend. The nuget packge is Crow.VK and the source three is in the branch vknet. Due to the early state of VKVG, this should be considered as an early preview. + #### Documentation * [Introduction](https://github.com/jpbruyere/Crow/wiki) * [Classes documentation autogenerated from doxygen](https://github.com/jpbruyere/Crow/wiki/index)