/.classpath
/.project
/.settings/
+/doc/graphs/
<html lang="en">
<head>
<title>Sixth 3D - 3D engine</title>
-<!-- 2017-11-29 Wed 23:56 -->
+<!-- 2018-01-04 Thu 00:12 -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Org-mode">
So far best resource is to download and explore source code for:
</p>
<ul class="org-ul">
-<li>3D engine (<a href="codeGraph/index.html">generated code graph</a> (generated using <a href="http://www2.svjatoslav.eu/gitbrowse/javainspect/doc/index.html">this tool</a>))
+<li>3D engine (<a href="http://www3.svjatoslav.eu/projects/sixth-3d/graphs/">generated code graphs</a> (generated using <a href="http://www3.svjatoslav.eu/projects/javainspect/">JavaInspect</a>))
</li>
<li>For API usage examples, see <a href="http://www2.svjatoslav.eu/gitbrowse/sixth-3d-demos/doc/index.html">demos</a>.
</li>
</div></div></div>
<footer id="postamble" class="">
<div><p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2017-11-29 Wed 23:56</p>
+<p class="date">Created: 2018-01-04 Thu 00:12</p>
<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.1.1 (<a href="http://orgmode.org">Org-mode</a> 8.2.10)</p>
</div>
</footer>
Documentation currently missing for the lack of time.
So far best resource is to download and explore source code for:
-+ 3D engine ([[file:codeGraph/index.html][generated code graph]] (generated using [[http://www2.svjatoslav.eu/gitbrowse/javainspect/doc/index.html][this tool]]))
++ 3D engine ([[http://www3.svjatoslav.eu/projects/sixth-3d/graphs/][generated code graphs]] (generated using [[http://www3.svjatoslav.eu/projects/javainspect/][JavaInspect]]))
+ For API usage examples, see [[http://www2.svjatoslav.eu/gitbrowse/sixth-3d-demos/doc/index.html][demos]].
* Instructions to embed Sixth-3D in your project
:PROPERTIES:
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
- <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/target" />
+ <content url="file://$MODULE_DIR$/..">
+ <sourceFolder url="file://$MODULE_DIR$/../src/main/java" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/../src/main/resources" type="java-resource" />
+ <sourceFolder url="file://$MODULE_DIR$/../src/test/java" isTestSource="true" />
+ <excludeFolder url="file://$MODULE_DIR$/../target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
cd ..
+mvn clean package
+rm -rf doc/graphs/
+mkdir -p doc/graphs/
+javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "all classes" -t png -h
+javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "GUI" -t png -w "eu.svjatoslav.sixth.e3d.gui.*" -h
+javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "raster engine" -t png -w "eu.svjatoslav.sixth.e3d.renderer.raster.*" -h
-
-#
-# TODO: needs updating
-#
-# (
-# cd ..
-
-# mvn clean
-
-# mkdir -p target/website/codegraphs
-
-# mvn test package -e exec:java -Dexec.mainClass="eu.svjatoslav.sixth.DataGraph" -Dexec.classpathScope="test"
-
-# (
-# cd target/website/codegraphs/
-# meviz index -t Sixth
-# )
-
-# cp target/sixth.jar target/website/
-
-# rsync -avz --delete target/website/ n0@svjatoslav.eu:/var/www/svjatoslav.eu/projects/sixth
-# )
+meviz index -w doc/graphs/ -t "Sixth 3D classes"
rsync -avz --delete -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth-3d/