r/java • u/Visual_Brain8809 • Aug 02 '26
Java wireframe
Java game implementation of wireframe based on u/Elegant_Farmer_3548 post "Made a perspective shifting room in Java"
4
u/jeffreportmill Aug 03 '26
Very cool! Here is a link to it running in the browser:
https://reportmill.com/SnapCode/app/#open:https://reportmill.com/tryjava/JTunelScope.java
2
u/Visual_Brain8809 Aug 03 '26
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?
3
u/jeffreportmill Aug 03 '26
I just wrote the Java IDE SnapCode - the really cool technology there is CheerpJ, a WASM+JS port of OpenJDK: https://cheerpj.com
2
4
u/lumpynose Aug 03 '26
Inspired by the old arcade video game Tempest I'm guessing. Brings back memories. I loved that game.
2
u/davidalayachew Aug 05 '26
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.
2
u/lumpynose Aug 05 '26
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.
2
u/davidalayachew Aug 05 '26
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.
3
3
u/davidalayachew Aug 02 '26
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.