OpenTechEngine / OpenTechBFG

Engine based on (RB) Doom 3 BFG aiming to allow the creation of standalone games
Other
84 stars 11 forks source link

Imgui tools #89

Closed kortemik closed 8 years ago

kortemik commented 8 years ago

On behalf of @DanielGibson imgui tools pull request

kortemik commented 8 years ago

MinGW build fails on travis, this should be fixed.

Also we need to make imgui optional so some build system tuning is needed

kortemik commented 8 years ago

91 is rebased and builds fine

BielBdeLuna commented 8 years ago

what is imGui?

kortemik commented 8 years ago

imGui is simple c++ gui, it's used it for tools rather than cegui at the moment as it's quite simple for creating functional user interfaces, although nothing pretty

BielBdeLuna commented 8 years ago

ah ok, now I see it, pretty interesting, those days i was looking at how to tackle the damn MFC in doom3 tools, indeed imGUI seems to be a perfect fit