Skip to content
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgui-impl-ctr

ImGui for Nintendo 3ds...

Example

Building

git submodule update --init --recursive
cd example
make

Portlib

Building

git submodule update --init --recursive
cd portlib
make

Installing

Copy the generated include/ and lib/ folders portlib/ to the 3ds portlibs folder of your DEVKITPRO instalation

${DEVKITPRO}\portlibs\3ds

Then, in your project's Makefile, add -limgui-impl-ctr and its dependencies to your LIBS option.

LIBS	:= -limgui-impl-ctr -lstdc++ -lcitro3d -lctru -lm

Info

The example is based on imgui v1.87 but you can use any other version ass well by just teting if it works...

TODO

  • Support ttf fonts/build font atlas

Credits

About

ImGui Implementation for Nintendo3ds using libctru and Citro3d

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages