Engine/graphics
JeremyStarTM 58b9b268a1
Update DependencyVector
This commit introduces a "Builder" nested class, adds a way to specify which other vector a vector provides and includes a few smaller changes to DependencyVectors.
This commit does not work at the moment as I'm in the process of rewriting the DependencyResolver to work correctly, as it should.
2024-08-17 13:26:12 +02:00
..
glfw Update DependencyVector 2024-08-17 13:26:12 +02:00
opengl Update DependencyVector 2024-08-17 13:26:12 +02:00
src/main Update DependencyVector 2024-08-17 13:26:12 +02:00
vulkan Update DependencyVector 2024-08-17 13:26:12 +02:00
build.gradle Fix maven publishing 2024-08-01 03:17:22 +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.