Engine/graphics
JeremyStarTM 29ac99c478
All checks were successful
build-and-test / test (push) Successful in 1m56s
build-and-test / build (push) Successful in 2m3s
build-and-test / generate-javadoc (push) Successful in 2m1s
Remove size and position w/ decoration getters
2024-08-20 20:31:27 +02:00
..
glfw Update test configuration in other build.gradle files 2024-08-19 02:59:11 +02:00
opengl Remove size and position w/ decoration getters 2024-08-20 20:31:27 +02:00
src/main Remove size and position w/ decoration getters 2024-08-20 20:31:27 +02:00
vulkan Update test configuration in other build.gradle files 2024-08-19 02:59:11 +02:00
build.gradle Update test configuration in other build.gradle files 2024-08-19 02:59:11 +02:00
gradle Add WIP graphics subsystem 2024-06-11 23:08:03 +02:00
gradlew Add WIP graphics subsystem 2024-06-11 23:08:03 +02:00
gradlew.bat Add WIP graphics subsystem 2024-06-11 23:08:03 +02:00
README.md Add READMEs to all subsystems 2024-06-27 20:25:32 +02:00

The graphics subsystem

This subsystem is essential for displaying graphics to the screen, though requires a Graphics API to do anything. It provides among other things interfaces that Graphics APIs can implement.