Jayden Grubb 5e7c94ba8f Rename SystemDriver to WindowDriver and removed LinuxSystemDriver
Hopefully the last time I change my mind on what I want these to be
called. Reason behind this change is to minimize scope of a single
module. The WindowDriver should really only handle stuff related to
windows. If we need OS level functionality (e.g. get_os_name), that
should be the responsibility of the OS driver (or whatever that ends
being called). Remember, composition over inheritance.
2025-04-03 04:47:22 +10:00
2025-02-02 14:43:08 +10:00
2025-02-02 14:43:08 +10:00
Description
C++ Rendering and Physics Engine
244 KiB
Languages
C++ 93.6%
CMake 4.5%
C 1.9%