isaacvicente / tiny-java-3d-render

A tiny Java 3D render engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

About

A tiny Java 3D render engine

License:GNU General Public License v3.0


Languages

Language:Java 100.0%