Skip to content

Mathaeuz/imgui-impl-ctr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 64.4%
  • Makefile 29.1%
  • C 6.5%