X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=blobdiff_plain;f=doc%2Findex.html;fp=doc%2Findex.html;h=68eafc00ad2bde46f11259e172050ccfe42f7f64;hp=bc0b77d239a4ff6d1689201d88290917a4060b84;hb=439e676d68b70ed18dc2ca83c1581d635228a49f;hpb=bb7dfe2d2e0838efa8bc1c2c31a514040fb48880 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.

    +
    +
    +