From a39ee0b87c588a66a9e2778295f4b309260d33f0 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Thu, 25 Apr 2024 17:16:34 +0300 Subject: [PATCH] Fixed git clone URL --- doc/index.html | 92 +++++++++++++++++++++++++------------------------- doc/index.org | 2 +- 2 files changed, 47 insertions(+), 47 deletions(-) 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

+
+

5. TODO features to add

  • read this as example, and apply improvements/fixes where applicable: @@ -422,8 +422,8 @@ expensive for every frame, it could be used only for last frame before animations become still and waiting for user input starts.
-
-

5.1. Render only visible polygons

+
+

5.1. Render only visible polygons

  • This would significantly reduce RAM <-> CPU traffic.
  • @@ -472,7 +472,7 @@ becomes visible.
diff --git a/doc/index.org b/doc/index.org index 8582945..3fb3f08 100644 --- a/doc/index.org +++ b/doc/index.org @@ -27,7 +27,7 @@ - [[https://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=summary][Browse Git repository online]] - 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 [[https://www3.svjatoslav.eu/projects/sixth-3d/apidocs/][JavaDoc]]. -- 2.20.1