Skip to content

(Formerly brandontools) A set of tools for doing homebrew game development, includes look up table generators and and image to C exporter for Nintendo's Gameboy Advance, DS, and 3DS systems. In addition the GUI version of the program allows you to see what the image would look like on real hardware before exporting. Coming soon the ability to ed…

License

Notifications You must be signed in to change notification settings

TricksterGuy/nin10kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nin10kit

Installing via apt-get

These instructions will only work on non EOL'd versions of ubuntu starting with trusty.

Execute these commands

  • sudo add-apt-repository ppa:tricksterguy87/ppa-gt-cs2110
  • sudo apt-get update
  • sudo apt-get install nin10kit

Compiling with CMake

To compile this program you will need the following things installed

  • Cmake (sudo apt-get install cmake)
  • wxWidgets 3.0 (sudo apt-get install libwxgtk3.0-dev)
  • ImageMagick (sudo apt-get install libmagick++-dev libmagickcore-dev libmagickwand-dev)
  1. Create a build directory and go into that directory (mkdir build && cd build)
  2. Generate a Makefile with cmake cmake ..
  3. Then make to build the binaries
  4. Then sudo make install to install the binaries

About

(Formerly brandontools) A set of tools for doing homebrew game development, includes look up table generators and and image to C exporter for Nintendo's Gameboy Advance, DS, and 3DS systems. In addition the GUI version of the program allows you to see what the image would look like on real hardware before exporting. Coming soon the ability to ed…

Resources

License

Stars

Watchers

Forks

Packages

No packages published