Engine/graphics
2024-07-31 04:07:51 +02:00
..
glfw MASSIVE CODE CHANGE 2024-07-31 03:53:44 +02:00
opengl MASSIVE CODE CHANGE 2024-07-31 03:53:44 +02:00
src/main Add additional newline to {@inheritDoc} multiliners 2024-07-31 04:07:51 +02:00
vulkan MASSIVE CODE CHANGE 2024-07-31 03:53:44 +02:00
build.gradle Fix unit tests 2024-07-29 19:58:41 +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.