GraphicsEditor updates, move pipelines to gui

This commit is contained in:
scawful
2023-11-26 20:09:25 -05:00
parent e529e6ca34
commit f22b066dba
20 changed files with 271 additions and 203 deletions

View File

@@ -17,7 +17,6 @@ int main(int argc, char** argv) {
absl::InstallFailureSignalHandler(options);
yaze::app::core::Controller controller;
EXIT_IF_ERROR(controller.OnEntry())
#ifdef __APPLE__
@@ -30,6 +29,5 @@ int main(int argc, char** argv) {
controller.DoRender();
}
controller.OnExit();
return EXIT_SUCCESS;
}