Engine/graphics
2024-07-22 15:20:26 +02:00
..
glfw Update Window classes 2024-07-22 13:40:03 +02:00
opengl Make OpenGL compatibility test window invisible 2024-07-22 13:40:21 +02:00
src/main Move Window-related classes into separate package 2024-07-22 15:20:26 +02:00
vulkan Move common GLFW code to new 'glfw' subsystem 2024-07-21 23:19:02 +02:00
build.gradle Fix jansi build dependency for all projects 2024-07-18 14:14:21 +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.