ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
MIT License
52 stars 21 forks source link

Integrate ImGui into the project #112

Closed stevewgr closed 1 year ago

stevewgr commented 2 years ago

Description

ImGui is a cross-platform, free and open-source GUI library that we can use for debugging, as well as for other possible features. It will be nice integrating it, since there are some debug texts that mess up with the UI's positions in game.

Dialogs can also be docked and dragged outside the game window, which is super useful.

Note that I've already done this, but doing a few clean-ups before I can create a PR for this.

Tasks

The following tasks should follow: