WalnutAppTemplate icon indicating copy to clipboard operation
WalnutAppTemplate copied to clipboard

Project setup question

Open PreciousRoy0 opened this issue 2 years ago • 1 comments

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.

PreciousRoy0 avatar Jul 27 '22 19:07 PreciousRoy0

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.

iamclint avatar Feb 05 '23 23:02 iamclint