Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project setup question #5

Open
PreciousRoy0 opened this issue Jul 27, 2022 · 1 comment
Open

Project setup question #5

PreciousRoy0 opened this issue Jul 27, 2022 · 1 comment

Comments

@PreciousRoy0
Copy link

PreciousRoy0 commented Jul 27, 2022

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.

@iamclint
Copy link

iamclint commented Feb 5, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants