novelrt / NovelRT

A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
MIT License
183 stars 43 forks source link

ImGui support. #522

Closed RubyNova closed 1 year ago

RubyNova commented 1 year ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Adds support for the initial MVP UI support via DearImgui.

Is there an open issue that this resolves? If so, please link it here. Resolves #348

What is the current behavior? (You can also link to an open issue here) We have no UI support whatsoever.

What is the new behavior (if this is a feature change)? We have UI support now! :)

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) TBD

Other information: This adds the dependency of Dear ImGui via FetchContent. Might mess up the install rewrite.