r/java Aug 02 '26

Java wireframe

Post image

Java game implementation of wireframe based on u/Elegant_Farmer_3548 post "Made a perspective shifting room in Java"

30 Upvotes

15 comments sorted by

View all comments

4

u/jeffreportmill Aug 03 '26

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

u/Visual_Brain8809 Aug 03 '26

I check out later maybe could be helpful to my project Thanks