updated code graph
[sixth-3d.git] / doc / index.org
index 31a2be0..6d1a89d 100644 (file)
@@ -3,7 +3,7 @@
 -----
 - This is a subproject of [[http://www2.svjatoslav.eu/gitbrowse/sixth/doc/index.html][Sixth]]
 
 -----
 - 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
 
 - 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
 
 - [[http://svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]]
 
 
 - [[http://svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]]
 
+* (document settings) :noexport:
+** use dark style for TWBS-HTML exporter
+#+HTML_HEAD: <link href="https://bootswatch.com/darkly/bootstrap.min.css" rel="stylesheet">
+#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js"></script>"
+#+HTML_HEAD: <style type="text/css">
+#+HTML_HEAD:   footer {background-color: #111 !important;}
+#+HTML_HEAD:   pre {background-color: #111; color: #ccc;}
+#+HTML_HEAD: </style>
+
 
 
-- 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 +53,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:
@@ -66,6 +78,4 @@ file snippet:
 </repositories>
 #+END_SRC
 
 </repositories>
 #+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]].