Engine/windowing
JeremyStarTM 6cd38377b2
Some checks failed
build-and-test / build (push) Failing after 37s
build-and-test / generate-javadoc (push) Failing after 39s
build-and-test / test (push) Failing after 44s
Reorganize build scripts
2024-10-15 03:36:50 +02:00
..
glfw Reorganize build scripts 2024-10-15 03:36:50 +02:00
src/main Implement experimental window icon support 2024-10-15 03:30:49 +02:00
build.gradle Reorganize build scripts 2024-10-15 03:36:50 +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.