WalnutAppTemplate
WalnutAppTemplate copied to clipboard
Project setup question
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.
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.