From 439e676d68b70ed18dc2ca83c1581d635228a49f Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sun, 22 Jan 2017 23:19:03 +0200 Subject: [PATCH] updated code graph --- .../.thumbnails/gui (2C27AF7B).jpeg | Bin .../.thumbnails/gui (572F58CF).jpeg | Bin .../.thumbnails/gui (D68ADBAD).jpeg | Bin .../.thumbnails/metadata_6.dat | Bin .../.thumbnails/raster engine (7A403C30).jpeg | Bin .../.thumbnails/raster engine (BAF082F6).jpeg | Bin .../.thumbnails/raster engine (CCF2A95F).jpeg | Bin doc/{code graph => codeGraph}/gui.png | Bin doc/{code graph => codeGraph}/index.html | 0 .../raster engine.png | Bin doc/index.html | 429 ++++++++++-------- doc/index.org | 16 +- 12 files changed, 258 insertions(+), 187 deletions(-) rename doc/{code graph => codeGraph}/.thumbnails/gui (2C27AF7B).jpeg (100%) rename doc/{code graph => codeGraph}/.thumbnails/gui (572F58CF).jpeg (100%) rename doc/{code graph => codeGraph}/.thumbnails/gui (D68ADBAD).jpeg (100%) rename doc/{code graph => codeGraph}/.thumbnails/metadata_6.dat (100%) rename doc/{code graph => codeGraph}/.thumbnails/raster engine (7A403C30).jpeg (100%) rename doc/{code graph => codeGraph}/.thumbnails/raster engine (BAF082F6).jpeg (100%) rename doc/{code graph => codeGraph}/.thumbnails/raster engine (CCF2A95F).jpeg (100%) rename doc/{code graph => codeGraph}/gui.png (100%) rename doc/{code graph => codeGraph}/index.html (100%) rename doc/{code graph => codeGraph}/raster engine.png (100%) diff --git a/doc/code graph/.thumbnails/gui (2C27AF7B).jpeg b/doc/codeGraph/.thumbnails/gui (2C27AF7B).jpeg similarity index 100% rename from doc/code graph/.thumbnails/gui (2C27AF7B).jpeg rename to doc/codeGraph/.thumbnails/gui (2C27AF7B).jpeg diff --git a/doc/code graph/.thumbnails/gui (572F58CF).jpeg b/doc/codeGraph/.thumbnails/gui (572F58CF).jpeg similarity index 100% rename from doc/code graph/.thumbnails/gui (572F58CF).jpeg rename to doc/codeGraph/.thumbnails/gui (572F58CF).jpeg diff --git a/doc/code graph/.thumbnails/gui (D68ADBAD).jpeg b/doc/codeGraph/.thumbnails/gui (D68ADBAD).jpeg similarity index 100% rename from doc/code graph/.thumbnails/gui (D68ADBAD).jpeg rename to doc/codeGraph/.thumbnails/gui (D68ADBAD).jpeg diff --git a/doc/code graph/.thumbnails/metadata_6.dat b/doc/codeGraph/.thumbnails/metadata_6.dat similarity index 100% rename from doc/code graph/.thumbnails/metadata_6.dat rename to doc/codeGraph/.thumbnails/metadata_6.dat diff --git a/doc/code graph/.thumbnails/raster engine (7A403C30).jpeg b/doc/codeGraph/.thumbnails/raster engine (7A403C30).jpeg similarity index 100% rename from doc/code graph/.thumbnails/raster engine (7A403C30).jpeg rename to doc/codeGraph/.thumbnails/raster engine (7A403C30).jpeg diff --git a/doc/code graph/.thumbnails/raster engine (BAF082F6).jpeg b/doc/codeGraph/.thumbnails/raster engine (BAF082F6).jpeg similarity index 100% rename from doc/code graph/.thumbnails/raster engine (BAF082F6).jpeg rename to doc/codeGraph/.thumbnails/raster engine (BAF082F6).jpeg diff --git a/doc/code graph/.thumbnails/raster engine (CCF2A95F).jpeg b/doc/codeGraph/.thumbnails/raster engine (CCF2A95F).jpeg similarity index 100% rename from doc/code graph/.thumbnails/raster engine (CCF2A95F).jpeg rename to doc/codeGraph/.thumbnails/raster engine (CCF2A95F).jpeg diff --git a/doc/code graph/gui.png b/doc/codeGraph/gui.png similarity index 100% rename from doc/code graph/gui.png rename to doc/codeGraph/gui.png diff --git a/doc/code graph/index.html b/doc/codeGraph/index.html similarity index 100% rename from doc/code graph/index.html rename to doc/codeGraph/index.html diff --git a/doc/code graph/raster engine.png b/doc/codeGraph/raster engine.png similarity index 100% rename from doc/code graph/raster engine.png rename to doc/codeGraph/raster engine.png diff --git a/doc/index.html b/doc/index.html index bc0b77d..68eafc0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,182 +1,231 @@ - - - + + - - - Sixth 3D - 3D engine - - + + + + + + + +" + - -
-

Sixth 3D - 3D engine

-
-

Table of Contents

- -
-
+
+

Sixth 3D - 3D engine

+
+ +
  • other applications hosted at svjatoslav.eu +
  • + -
    -

    1 Project description

    +
    +

    1 Project description

    In software, pure Java realtime 3D rendering engine. With the final goal of @@ -184,7 +233,8 @@ becoming a platform for buildng 3D user interfaces.

    @@ -192,10 +242,14 @@ becoming a platform for buildng 3D user interfaces. System is implemented in Java because:

      -
    • It scales well to handle great complexity.
    • -
    • It is easy to refactor and experiment with.
    • -
    • It is fast enough thanks to Java virtual machine just-in-time compiler.
    • -
    • Easy to run on various hardware platforms and operating systems.
    • +
    • It scales well to handle great complexity. +
    • +
    • It is easy to refactor and experiment with. +
    • +
    • It is fast enough thanks to Java virtual machine just-in-time compiler. +
    • +
    • Easy to run on various hardware platforms and operating systems. +

    @@ -221,8 +275,8 @@ retains complete control of every rendered pixel.

    -
    -

    2 Software development

    +
    +

    2 Software development

    Instructions to embed Sixth-3D in your project as a library. Maven *pom.xml* @@ -230,38 +284,47 @@ file snippet:

    -
    <dependencies>
    +
    <dependencies>
         ...
    -    <dependency>
    -        <groupId>eu.svjatoslav</groupId>
    -        <artifactId>sixth-3d</artifactId>
    -        <version>1.0</version>
    -    </dependency>
    +    <dependency>
    +        <groupId>eu.svjatoslav</groupId>
    +        <artifactId>sixth-3d</artifactId>
    +        <version>1.0</version>
    +    </dependency>
         ...
    -</dependencies>
    +</dependencies>
     
    -<repositories>
    +<repositories>
         ...
    -    <repository>
    -        <id>svjatoslav.eu</id>
    -        <name>Svjatoslav repository</name>
    -        <url>http://www2.svjatoslav.eu/maven/</url>
    -    </repository>
    +    <repository>
    +        <id>svjatoslav.eu</id>
    +        <name>Svjatoslav repository</name>
    +        <url>http://www2.svjatoslav.eu/maven/</url>
    +    </repository>
         ...
    -</repositories>
    +</repositories>
     

    -Auto-generated graphs for parts of Sixth-3D code/architecture using this tool +See generated code graph using this tool.

    +
    +
    +
    +

    Author: Svjatoslav Agejenko

    +

    Created: 2017-01-22 Sun 23:18

    +

    Emacs 24.4.1 (Org-mode 8.2.10)

    +
    diff --git a/doc/index.org b/doc/index.org index 97000e1..6d1a89d 100644 --- a/doc/index.org +++ b/doc/index.org @@ -16,7 +16,17 @@ - [[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. @@ -68,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]]. -- 2.20.1