added plots and new style

This commit is contained in:
2026-02-25 14:11:04 +03:00
parent 0a57622f67
commit b530ae06d9
25 changed files with 24897 additions and 100 deletions

View File

@@ -9,8 +9,8 @@ namespace example
VE_OVERIDE();
VE_EVENT_OVERIDE();
ImVec2 m_size = ImVec2{ 400.f, 400.f };
ImVec2 m_pos = ImVec2{ 400.f, 400.f };
ImVec2 m_size = ImVec2{ 1200.f, 400.f };
ImVec2 m_pos = ImVec2{ 1200.f, 400.f };
std::string m_key;
};
}