Oh man yeah I really cannot thank you enough now with how your IMGUI bindings have helped us with all things GUI in our game. Here is a screen shot now that we are implementing different teams, we have a very interesting lineup for 3 way warfare:bkeys wrote:Thank you GrafZhal for your work! Here is an update for our usage of IrrImGui, we use it for our main menu and plan on using it as a full replacement for the Irrlicht GUI in our project. You really saved our bacon with this project (we were grasping at straws for a GUI library that would work with Irrlicht). We also use your Irrlicht CMake build for our project, and in our windows build. Here is a screenshot of our game:
Here is our project's repository:
https://gitlab.com/CollectiveTyranny/DMUX
I tried to make the main menu as generic as possible so that other projects using your wrapper can benefit, the main menu is under the GPL v3 and can be found here:
https://gitlab.com/bkeys/IrrImMenu
It is not complete, but a lot of the work is already done since the main menu is not the most interesting thing to create.
We hope that our players have fun with this aspect of the game when we finish it
EDIT: Made better layout for GUI