Code refactoring
[sixth-3d-demos.git] / doc / index.org
index b255c4e..3d21043 100644 (file)
@@ -1,23 +1,8 @@
 #+TITLE: Sixth 3D engine demos
 
-* (document settings) :noexport:
-** use dark style for TWBS-HTML exporter
-#+HTML_HEAD: <link href="https://bootswatch.com/3/darkly/bootstrap.min.css" rel="stylesheet">
-#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
-#+HTML_HEAD: <style type="text/css">
-#+HTML_HEAD:   footer {background-color: #111 !important;}
-#+HTML_HEAD:   pre {background-color: #111; color: #ccc;}
-#+HTML_HEAD: </style>
-
 * General
-- This is a subproject of [[https://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D]] which in turn is a subproject of
-  [[https://www3.svjatoslav.eu/projects/sixth/][Sixth]].
-
-- This program is free software: you can redistribute it and/or modify
-  it under the terms of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] as
-  published by the Free Software Foundation, either version 3 of the
-  License, or (at your option) any later version.
+- This program is free software: released under Creative Commons Zero
+  (CC0) license
 
 - Program author:
   - Svjatoslav Agejenko
 Goal of this project is to show off capabilities and API usage of
 [[https://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D]] engine.
 
-All sample scenes below are rendered at interactive framerates.
+All [[id:5f88b493-6ab3-4659-8280-803f75dbd5e0][example scenes in this repository]] render at interactive
+framerates.
+
+Download runnable JAR file: [[file:sixth-3d-demos.jar]]
+
+To start demo application, use command:
+: java -jar sixth-3d-demos.jar
+
 * Navigating in space
 | key                            | result                               |
 |--------------------------------+--------------------------------------|
@@ -46,7 +38,10 @@ All sample scenes below are rendered at interactive framerates.
 | mouse scroll wheel             | move: up, down                       |
 | dragging with mouse            | look around                          |
 
-* Samples
+* Example scenes in this repository
+:PROPERTIES:
+:ID:       5f88b493-6ab3-4659-8280-803f75dbd5e0
+:END:
 ** Raytracing through voxels
 [[file:screenshots/raytracing fractal in voxel polygon hybrid scene.png]]