X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=blobdiff_plain;f=doc%2Findex.html;h=e49cd2a46edaa9cacf3a84c2c4a15f1ab2466173;hp=7a3cc9427819f7db02f77b52fc07d2c06aa6bcd7;hb=HEAD;hpb=6ca485a0537041f8f008e85dfadc83800769287b diff --git a/doc/index.html b/doc/index.html index 7a3cc94..e49cd2a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Sixth 3D - 3D engine @@ -209,30 +209,30 @@ pre {background-color: #111; color: #ccc;}

Table of Contents

-
-

1. General

+
+

1. General

  • This program is free software: released under Creative Commons Zero @@ -249,8 +249,8 @@ pre {background-color: #111; color: #ccc;}
-
-

1.1. Source code

+
+

1.1. Source code

  • Download latest snapshot in TAR GZ format
  • @@ -261,7 +261,7 @@ pre {background-color: #111; color: #ccc;} Clone Git repository using command:

    -git clone https://www2.svjatoslav.eu/git/sixth-3d.git
    +git clone https://www3.svjatoslav.eu/git/sixth-3d.git
     
  • See JavaDoc.
  • @@ -270,26 +270,26 @@ git clone https://www2.svjatoslav.eu/git/sixth-3d.git
-
-

2. Project description

+
+

2. Project description

-In software, pure Java realtime 3D rendering engine. With the final +In software, pure Java realtime 3D rendering engine. With the final goal of becoming a platform for buildng 3D user interfaces and interactive data visualization for project Sixth.

-Sixth 3D can be also used as standalone 3D engine in your project. +Sixth 3D can be also used as standalone 3D engine in your project.

-
-

2.1. Justification for software rendering

+
+

2.1. Justification for software rendering

3D rendering is done in software, 100% pure Java on CPU. At least for @@ -310,8 +310,8 @@ pixel.

-
-

2.2. Justification for Java

+
+

2.2. Justification for Java

  • It is easy to refactor and experiment with.
  • @@ -346,8 +346,8 @@ operating systems.
-
-

3. API documentation

+
+

3. API documentation

  • See JavaDoc.
  • @@ -367,32 +367,32 @@ So far best resource is to download and explore source code for:
-
-

4. Instructions to embed Sixth-3D in your project

+
+

4. Instructions to embed Sixth-3D in your project

Maven pom.xml file snippet:

-
<dependencies>
+
<dependencies>
     ...
-    <dependency>
-        <groupId>eu.svjatoslav</groupId>
-        <artifactId>sixth-3d</artifactId>
-        <version>1.2</version>
-    </dependency>
+    <dependency>
+        <groupId>eu.svjatoslav</groupId>
+        <artifactId>sixth-3d</artifactId>
+        <version>1.2</version>
+    </dependency>
     ...
-</dependencies>
+</dependencies>
 
-<repositories>
+<repositories>
     ...
-    <repository>
-        <id>svjatoslav.eu</id>
-        <name>Svjatoslav repository</name>
-        <url>http://www3.svjatoslav.eu/maven/</url>
-    </repository>
+    <repository>
+        <id>svjatoslav.eu</id>
+        <name>Svjatoslav repository</name>
+        <url>http://www3.svjatoslav.eu/maven/</url>
+    </repository>
     ...
-</repositories>
+</repositories>
 
@@ -401,8 +401,8 @@ For API usage examples, see -

5. TODO features to add

+