/tiny-java-3d-render

A tiny Java 3D render engine

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Tiny Java 3D Render Engine (TJRE)

Little project of mine. Taken from this blog post.

demo.mp4

Download

git clone https://github.com/isaacvicente/tiny-java-3d-render.git
cd tiny-java-3d-render

Compile & Run

cd src/
javac Viewer.java
java Viewer

To exit, click on the x button of your window.

Make sure you have JRE17 installed. Also, the steps above are for Linux/Mac environments. If you are using Windows, figure it out yourself :)