Engine/graphics/glfw
JeremyStarTM b529b7a7af
Make continuous render loop work (except V-Sync)
It works quite good now, but it is broken when V-Sync is turned on as it tries to render at the maximum FPS set and does not respect how fast the monitor renders. I first need to implement a monitor API for it to work.
2024-07-26 13:07:17 +02:00
..
src/main Make continuous render loop work (except V-Sync) 2024-07-26 13:07:17 +02:00
build.gradle Move common GLFW code to new 'glfw' subsystem 2024-07-21 23:19:02 +02:00
gradle Move common GLFW code to new 'glfw' subsystem 2024-07-21 23:19:02 +02:00
gradlew Move common GLFW code to new 'glfw' subsystem 2024-07-21 23:19:02 +02:00
gradlew.bat Move common GLFW code to new 'glfw' subsystem 2024-07-21 23:19:02 +02:00