43TDMEEditor::TDMEEditor()
45 Tools::loadSettings(
this);
47 engine = Engine::getInstance();
64 Console::println(
string(
"TDMEEditor ") + Version::getVersion());
65 Console::println(Version::getCopyright());
69 tdmeEditor->run(argc, argv,
"TDMEEditor",
nullptr, Application::WINDOW_HINT_MAXIMIZED);
98 if (
view !=
nullptr) {
111 if (
view !=
nullptr) {
115 Application::exit(0);
135 Application::setVSyncEnabled(
true);
136 Application::setLimitFPS(
true);
void setInputEventHandler(InputEventHandler *inputEventHandler)
Set input event handler.
void reshape(int32_t width, int32_t height)
Reshape.
void display()
Renders the scene.
void initialize()
Initialize render engine.
void setPartition(Partition *partition)
Set partition.
void dispose()
Shutdown the engine.
void setSceneColor(const Color4 &sceneColor)
Set scene color.
Bogus/Simple partition implementation.
void handleEvents()
Handle screen events.
void render()
Render GUIs.