X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.org;h=6d1a89d28549095c207bc7f047316cf6930d7a6b;hb=439e676d68b70ed18dc2ca83c1581d635228a49f;hp=31a2be0eacf4daf7f4aedfe314f64a586456c358;hpb=6213716671ccab6b7256de41838e1f5401ce173c;p=sixth-3d.git diff --git a/doc/index.org b/doc/index.org index 31a2be0..6d1a89d 100644 --- a/doc/index.org +++ b/doc/index.org @@ -3,7 +3,7 @@ ----- - This is a subproject of [[http://www2.svjatoslav.eu/gitbrowse/sixth/doc/index.html][Sixth]] -- [[http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]] +- [[http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]] - This program is free software; you can redistribute it and/or modify it under the terms of version 3 of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] or later as @@ -16,11 +16,24 @@ - [[http://svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]] +* (document settings) :noexport: +** use dark style for TWBS-HTML exporter +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: " +#+HTML_HEAD: + -- In software, pure Java realtime 3D rendering engine. With the final goal of - becoming a platform for buildng 3D user interfaces. - * 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. @@ -40,7 +53,6 @@ platform specific dependencies. 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: @@ -66,6 +78,4 @@ file snippet: #+END_SRC -[[http://www2.svjatoslav.eu/projects/sixth/codegraphs/][Auto-generated graphs for parts of Sixth-3D code/architecture]] using [[http://www2.svjatoslav.eu/gitbrowse/javainspect/doc/index.html][this tool]] - - +See [[file:codeGraph/index.html][generated code graph]] using [[http://www2.svjatoslav.eu/gitbrowse/javainspect/doc/index.html][this tool]].