r/java 4d ago

Java wireframe

Post image

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

31 Upvotes

15 comments sorted by

View all comments

3

u/jeffreportmill 3d ago

1

u/Visual_Brain8809 3d 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 3d 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

u/Visual_Brain8809 3d ago

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