Daniele Bartolini 10 anni fa
parent
commit
e150b70e2b
1 ha cambiato i file con 7 aggiunte e 4 eliminazioni
  1. 7 4
      README.md

+ 7 - 4
README.md

@@ -34,6 +34,13 @@ C++ API: http://taylor001.github.io/crown/doxygen/modules
 
 ![node-editor](https://raw.githubusercontent.com/taylor001/crown/master/docs/shots/node-editor.png)
 
+###[00-hello-world](https://github.com/taylor001/crown/tree/master/samples/00-hello-world)
+
+Engine initialization and shutdown.
+
+###[01-physics](https://github.com/taylor001/crown/tree/master/samples/01-physics)
+![01-physics](https://raw.githubusercontent.com/taylor001/crown/master/docs/shots/01-physics.png)
+
 ##Building
 
 ### Getting source
@@ -74,10 +81,6 @@ To run a sample on 64-bit linux debug mode:
     $ cd build/linux64/bin
 	$ ./linux-debug-64 --source-dir <full/sample/path> --bundle-dir <full/destination/path> --compile --platform linux --continue
 
-###[00-hello-world](https://github.com/taylor001/crown/tree/master/samples/00-hello-world)
-
-Engine initialization and shutdown.
-
 Contact
 -------