Engine/rendering
JeremyStarTM d71ff5db0d
Some checks failed
build-and-test / build (push) Failing after 1m57s
build-and-test / generate-javadoc (push) Failing after 2m2s
build-and-test / test (push) Failing after 2m2s
Relocate + split rendering code -> separate class
This should allow for more JIT optimizations
2024-11-25 02:52:55 +01:00
..
src/main Relocate + split rendering code -> separate class 2024-11-25 02:52:55 +01:00
build.gradle Merge and rename windowing subsystem 2024-11-10 20:55:01 +01:00
gradle Merge and rename windowing subsystem 2024-11-10 20:55:01 +01:00
gradlew Merge and rename windowing subsystem 2024-11-10 20:55:01 +01:00
gradlew.bat Merge and rename windowing subsystem 2024-11-10 20:55:01 +01:00
README.md Merge and rename windowing subsystem 2024-11-10 20:55:01 +01:00

The windowing subsystem

This subsystem provides abstract APIs for creating and managing windows and monitors, which can then be implemented by windowing APIs and used by applications and games.