Defines the main application class for the Voltray Editor. More...
#include <memory>
#include <GLFW/glfw3.h>
#include "Components/Toolbar.h"
#include "Components/Viewport/Viewport.h"
#include "Components/Inspector.h"
#include "Components/Assets/AssetsPanel.h"
#include "Components/Console.h"
#include "Components/Settings.h"
#include "Components/Dockspace.h"
#include "UI/WorkspaceDialog.h"
#include "../Utils/Workspace.h"
Go to the source code of this file.
Classes | |
class | Editor::EditorApp |
Entry point and main controller for the Voltray Editor application. More... | |
Namespaces | |
namespace | Editor |
Defines the main application class for the Voltray Editor.
This file contains the EditorApp class which serves as the central controller for the editor application, managing various UI components and the application lifecycle.