Skip to content

Commit

Permalink
Remove glm + spdlog
Browse files Browse the repository at this point in the history
Basic immediate mode ui.
Custom maths library with sse
Compile time improvements
Refactor
  • Loading branch information
jmorton06 committed Jul 26, 2024
1 parent b6e2f24 commit c0f1d0d
Show file tree
Hide file tree
Showing 2,017 changed files with 14,486 additions and 303,028 deletions.
2 changes: 1 addition & 1 deletion Editor/Source/AssetManagerPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace Lumos
{
{
ImGui::TableNextColumn();
ImGui::TextUnformatted(fmt::format("{0}", ID).c_str()); //"%lld", ID);
// ImGui::TextUnformatted(fmt::format("{0}", ID).c_str()); //"%lld", ID);

ImGui::TableNextColumn();
std::string name = "Unnamed";
Expand Down
Loading

0 comments on commit c0f1d0d

Please sign in to comment.