Engine/windowing
JeremyStarTM dedcdad002
Some checks failed
build-and-test / test (push) Failing after 53s
build-and-test / build (push) Successful in 1m10s
build-and-test / generate-javadoc (push) Successful in 1m19s
Fix Javadoc generation warnings and errors
2024-08-31 22:35:02 +02:00
..
glfw Rename and nuke a few exceptions 2024-08-31 22:24:22 +02:00
src/main Fix Javadoc generation warnings and errors 2024-08-31 22:35:02 +02:00
build.gradle Nuke 'graphics', welcome 'windowing' 2024-08-20 21:01:39 +02:00
gradle Nuke 'graphics', welcome 'windowing' 2024-08-20 21:01:39 +02:00
gradlew Nuke 'graphics', welcome 'windowing' 2024-08-20 21:01:39 +02:00
gradlew.bat Nuke 'graphics', welcome 'windowing' 2024-08-20 21:01:39 +02:00
README.md Nuke 'graphics', welcome 'windowing' 2024-08-20 21:01:39 +02: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.