Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 558 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 558 Bytes

3D graphics engine made with only the java standard library.

Run these comands in your terminal to start the program

javac -cp . Main.java

java Main

Then after adjusting the field of view or hitting reload mesh you can translate the camera around with wasd. Up and down with shift and space. Adjust the pitch and yaw with the arrow keys.

Additionally you can move the last imported mesh with the xyz keys. Screenshot 2024-07-12 at 11 32 09 AM