ImGui for Nintendo 3ds...
git submodule update --init --recursive
cd example
makegit submodule update --init --recursive
cd portlib
makeCopy the generated include/ and lib/ folders portlib/ to the 3ds portlibs folder of your DEVKITPRO instalation
${DEVKITPRO}\portlibs\3dsThen, in your project's Makefile, add -limgui-impl-ctr and its dependencies to your LIBS option.
LIBS := -limgui-impl-ctr -lstdc++ -lcitro3d -lctru -lmThe example is based on imgui v1.87 but you can use any other version ass well by just teting if it works...
- Support ttf fonts/build font atlas