Pārlūkot izejas kodu

Update README.md

Denis Muratshin 10 gadi atpakaļ
vecāks
revīzija
42c3a5602d
1 mainītis faili ar 5 papildinājumiem un 3 dzēšanām
  1. 5 3
      README.md

+ 5 - 3
README.md

@@ -1,9 +1,11 @@
 # oxygine-flow
 oxygine-flow is an expansion for oxygine which provides a neat system for dialogue/scene organization based on an asynchronous model of events.
 
-manual:
-https://bitbucket.org/oxygine/oxygine-framework/wiki/oxygine-flow
+Documentation: https://bitbucket.org/oxygine/oxygine-framework/wiki/oxygine-flow
 
+Fully completed example is located in oxygine-flow\examples\HelloFlow
+Video demonstration of this example: https://www.youtube.com/watch?v=Z4p1ol1-cLM&feature=youtu.be
+Web version: http://oxygine.org/online_demo.php button Run Oxygine-Flow example
 
 ##Example
 see https://github.com/oxygine/oxygine-flow/blob/master/examples/HelloFlow/src/example.cpp
@@ -17,4 +19,4 @@ flow::show(new MyScene, [](Event * event){
                 log::messageln("dialog closed");
             });
     });
-```	
+```