cleaned up renderer

This commit is contained in:
Jorijn van der Graaf 2026-03-09 20:10:19 +01:00
commit d661c88ee2
58 changed files with 3030 additions and 4722 deletions

View file

@ -3,6 +3,7 @@ import std;
using namespace Crafter;
int main() {
WindowWayland window(1280, 720, "Hello Window!");
Device::Initialize();
Window window(1280, 720, "Hello Window!");
window.StartSync();
}