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

Add support for the cpp stdlib in TheCherno/imgui fork #382

Open
StevenSavold opened this issue Nov 30, 2020 · 1 comment
Open

Add support for the cpp stdlib in TheCherno/imgui fork #382

StevenSavold opened this issue Nov 30, 2020 · 1 comment
Labels

Comments

@StevenSavold
Copy link

Is your feature request related to a problem? Please describe

I would like to use std::string's with my ImGui widgets when developing applications with Hazel.

Describe the solution you'd like

I would like to add the following two line to the premake5.lua inside of the "files" section:
"misc/cpp/imgui_stdlib.cpp",
"misc/cpp/imgui_stdlib.h"

Describe alternatives you've considered

Alternatively, I could fork Hazel and change the dependency on ImGui to a new fork of ImGui I would then have to make myself with the appropriate changes to the premake5.lua file

Additional context

None

@StevenSavold
Copy link
Author

I have created a pull request with the changes mentioned in this issue in TheCherno/imgui fork.
That PR can be found here TheCherno/imgui#13

@LovelySanta LovelySanta added the Impact:Suggestion Suggestions label Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants