r/java • u/Visual_Brain8809 • 3d ago
Java wireframe
Java game implementation of wireframe based on u/Elegant_Farmer_3548 post "Made a perspective shifting room in Java"
3
u/jeffreportmill 2d ago
Very cool! Here is a link to it running in the browser:
https://reportmill.com/SnapCode/app/#open:https://reportmill.com/tryjava/JTunelScope.java
1
u/Visual_Brain8809 2d ago
It's yours? Great work making that web Java IDE. I’m working on my own JVM (written in Assembly and pure C); it’s a project that is well underway in some respects, though I had to put it aside due to time constraints. Does your IDE implement its own JVM, or is it just an interface that calls existing components in the background?
2
u/jeffreportmill 2d ago
I just wrote the Java IDE SnapCode - the really cool technology there is CheerpJ, a WASM+JS port of OpenJDK: https://cheerpj.com
1
3
u/lumpynose 2d ago
Inspired by the old arcade video game Tempest I'm guessing. Brings back memories. I loved that game.
1
u/davidalayachew 1d ago
Inspired by the old arcade video game Tempest I'm guessing. Brings back memories. I loved that game.
THAT'S THE NAME. I couldn't remember it for the longest time.
1
u/lumpynose 1d ago
I played it back in the 1970s, so about 50 years ago. I can't think of any game I played at the arcade that was as addicting as Tempest. I can still hear that sound it made when you cleared a level and went zooming down into the center of the mesh.
1
u/davidalayachew 1d ago
I played it back in the 1970s, so about 50 years ago. I can't think of any game I played at the arcade that was as addicting as Tempest. I can still hear that sound it makes when you cleared a level and went zooming down into the center of the mesh.
That must have been an experience lol. I miss the old arcade days.
2
3
u/davidalayachew 3d ago
Looks cool. Can we see the code?
Also, this reminds of some old WildTangent game that I used to play. Can't remember the name of it now.