Java Isometric Graphics System Awesome Wow: My high school attempt to make a 3D engine in Java2D
I wanted to see if I could make a 3D effect by applying things I learned in pre-calculus with a 2D engine. I sort of succeeded... don't look at the source, though.
I don't even know if it'll compile on new java. These .class files are from 2008.
You need a java runtime installed, and java
to be on your path. On a mac, you can brew cask install java
.
git clone [email protected]:mturley/JIGSAW-legacy.git
cd JIGSAW-legacy
java JIGSandbox
Controls are in the upper right. It even has a little REPL console you can access with the C key.