Added reference to demos project.
[sixth-3d.git] / doc / index.org
index 31a2be0..13bb17b 100644 (file)
 
 - [[http://svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]]
 
 
 - [[http://svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]]
 
-
-- In software, pure Java realtime 3D rendering engine. With the final goal of
-  becoming a platform for buildng 3D user interfaces.
   
 * Project description
   
 * Project description
+In software, pure Java realtime 3D rendering engine. With the final goal of
+becoming a platform for buildng 3D user interfaces.
+
++ See: [[http://www2.svjatoslav.eu/gitbrowse/sixth-3d-demos/doc/index.html][demos of current 3D engine capabilities]]
+
+
 System is implemented in Java because:
 - It scales well to handle great complexity.
 - It is easy to refactor and experiment with.
 System is implemented in Java because:
 - It scales well to handle great complexity.
 - It is easy to refactor and experiment with.
@@ -40,7 +43,6 @@ platform specific dependencies.
 Also CPU rendering allows to easily test different rendering algorithms and
 retains complete control of every rendered pixel.
 
 Also CPU rendering allows to easily test different rendering algorithms and
 retains complete control of every rendered pixel.
 
-
 * Software development
 Instructions to embed Sixth-3D in your project as a library. Maven *pom.xml*
 file snippet:
 * Software development
 Instructions to embed Sixth-3D in your project as a library. Maven *pom.xml*
 file snippet: