Initial commit
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 15 Mar 2026 01:16:30 +0000 (03:16 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 15 Mar 2026 01:16:30 +0000 (03:16 +0200)
commit7be92e2d151f71d9a525de74d6f93f57408fcf27
treeb91887e08f6dd37063470f497d69cc20a5b6c2e9
Initial commit
33 files changed:
.gitignore [new file with mode: 0644]
AGENTS.md [new file with mode: 0644]
COPYING [new file with mode: 0644]
Tools/Open with IntelliJ IDEA [new file with mode: 0755]
Tools/Update web site [new file with mode: 0755]
doc/.gitignore [new file with mode: 0644]
doc/index.org [new file with mode: 0644]
doc/overview.png [new file with mode: 0644]
doc/screenshots/life.png [new file with mode: 0644]
doc/screenshots/mathematical formulas.png [new file with mode: 0644]
doc/screenshots/raytracing fractal in voxel polygon hybrid scene.png [new file with mode: 0644]
doc/screenshots/sinus heightmaps and sphere.png [new file with mode: 0644]
doc/screenshots/text editors 2.png [new file with mode: 0644]
doc/screenshots/text editors.png [new file with mode: 0644]
pom.xml [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/FillRateTest.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/GraphDemo.java [new file with mode: 0755]
src/main/java/eu/svjatoslav/sixth/e3d/examples/OctreeDemo.java [new file with mode: 0755]
src/main/java/eu/svjatoslav/sixth/e3d/examples/RainingNumbersDemo.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/RandomPolygonsDemo.java [new file with mode: 0755]
src/main/java/eu/svjatoslav/sixth/e3d/examples/ShadedShapesDemo.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/TextEditorDemo.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/TextEditorDemo2.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/galaxy_demo/Galaxy.java [new file with mode: 0755]
src/main/java/eu/svjatoslav/sixth/e3d/examples/galaxy_demo/PointCloudDemo.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/ApplicationListPanel.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/Main.java [new file with mode: 0755]
src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Cell.java [new file with mode: 0755]
src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Main.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Matrix.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Star.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/package-info.java [new file with mode: 0755]
src/main/resources/demo.txt [new file with mode: 0644]