Engine/windowing
JeremyStarTM ffcf4604a4
All checks were successful
build-and-test / test (push) Successful in 1m8s
build-and-test / generate-javadoc (push) Successful in 1m40s
build-and-test / build (push) Successful in 1m43s
Add setter docs for GlfwWindow#renderCode
2024-10-18 17:51:00 +02:00
..
glfw Add setter docs for GlfwWindow#renderCode 2024-10-18 17:51:00 +02:00
src/main Fix Window#setIcons issue 2024-10-16 13:21:32 +02:00
build.gradle Update maven repository URL 2024-10-15 13:53:16 +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.