TheOpenSpaceProgram / osp-magnum

A spaceship game
https://www.openspaceprogram.org/
MIT License
194 stars 32 forks source link

Add barebones HUD #82

Open jonesmz opened 3 years ago

jonesmz commented 3 years ago

See Magnum Integration for ImGUI here: https://doc.magnum.graphics/magnum/namespaceMagnum_1_1ImGuiIntegration.html

Requires:

1) Add Imgui as gitsubmodule, and include in cmakelists 2) Add imgui integration library from magnum as compile dependency 3) Well, actually do something with the gui library.

jonesmz commented 3 years ago

The work on 1. and 2. are finished, with a small step toward 3. here https://github.com/z-adams/osp-magnum/tree/imgui-integration

As such, assigning to @z-adams until he says otherwise.

Capital-Asterisk commented 2 years ago

Lots of changes kind of broke the momentum on this issue. Also noting that RmlUI was discussed in the discord as a long term solution.