Reworked the gui to use GUECS now so lots of code soon to die.

This commit is contained in:
Zed A. Shaw 2025-04-22 03:08:43 -04:00
parent e78340a0cd
commit 70c2ce7d51
9 changed files with 97 additions and 38 deletions

View file

@ -19,6 +19,7 @@ int main()
while(backend.is_open()) {
builder.event(BuildEvent::GO);
gui.main_loop();
backend.window.display();
}
builder.event(BuildEvent::QUIT);