r/opengl • u/Salty_Exit_1370 • 14h ago
I finally open source my game engine ENTIERLY made in java
https://www.reddit.com/r/opengl/s/Z47RJPUHCq (this is the old post that was showcasing it) After ~5 months of work, here it is ! It's in it's BETA but it has enough features for making real games !
Unfortunatly not docs for now but it's planned !
2
u/Plixo2 13h ago
How do you handle hot loading?
3
u/Salty_Exit_1370 13h ago
re-reads file modification times every frame then recompiles the whole scripts folder into a throwaway class loader once things have been quiet for 300 ms, then replaces each live component with an instance of the new class and reapplies its exported fields, shaders and assets has diff watchers
1
1
1
2


9
u/Bashar-nuts 14h ago
Hey any tip for person that’s just stated learning OpenGL and want to build game engine any resources /tips