You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To application.cpp but would that not be changing the wrong project(whatever its called, I am new to git) seeing I only want to edit WalnutAppTemplate.
The text was updated successfully, but these errors were encountered:
You would add the header and cpp files for implot, then initialize it like you described. Not really sure what you are asking but it seems like a general C++ question rather than an issue with walnut.
Hi,
I am pretty new to this so I am wondering how would I add a separate imgui component like implot
i would need to add
ImGui::CreateContext(); ImPlot::CreateContext(); ... ImPlot::DestroyContext(); ImGui::DestroyContext();
To application.cpp but would that not be changing the wrong project(whatever its called, I am new to git) seeing I only want to edit WalnutAppTemplate.
The text was updated successfully, but these errors were encountered: