fkelava / fahrenheit

A Final Fantasy X/X-2 reverse-engineering project and mod framework.
MIT License
8 stars 2 forks source link

Enable ImGui for use in Fahrenheit. #2

Open fkelava opened 3 weeks ago

fkelava commented 3 weeks ago

This did not initially work because of missing DX11/Win32 backend enablement.

ImGui.NET does not bundle/wrap the backends, so that is out of the question. We can therefore do two things:

fkelava commented 2 weeks ago

Rough procedure for compiling an amended ImGui.NET/cimgui:

fkelava commented 2 weeks ago

Fahrenheit will bring LuaJIT, cimgui and ImGui.NET in as submodules and provide build scripts as soon as it is confirmed that this, in fact, works.