Skip to content

isaacvicente/tiny-java-3d-render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages