X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.org;h=6f974efe82ec4d397a5d06435e4e5e0accf40af9;hb=581fa47296d1c583331b454eae59d5555d432b1a;hp=97000e19b79be5bd1e3830237a6e2ffd4a97bf67;hpb=a65ed3cb6ef4b898af31326d86d8a2f799e8ee6f;p=sixth-3d.git diff --git a/doc/index.org b/doc/index.org index 97000e1..6f974ef 100644 --- a/doc/index.org +++ b/doc/index.org @@ -16,7 +16,16 @@ - [[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: + * Project description In software, pure Java realtime 3D rendering engine. With the final goal of becoming a platform for buildng 3D user interfaces. @@ -44,8 +53,11 @@ 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: +** TODO ++ partial (region) frame repaint ++ antialiazing +** Instructions to embed Sixth-3D in your project +Maven *pom.xml* file snippet: #+BEGIN_SRC xml ... @@ -68,6 +80,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]].