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

e0e17d2 · Mar 11, 2015

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nin10kit

#Compiling You can run sudo ./setup.sh which does the tasks in the list below.

  1. Ensure you have a C++ compiler (sudo apt-get install build-essential)
  2. Install dependency wxWidgets 3.0 (sudo apt-get install libwxgtk3.0-dev)
  3. Install dependency Magick++ (sudo apt-get install libmagick++-dev libmagickcore-dev libmagickwand-dev)
  4. Build the program (make)
  5. Install the program (sudo make install)

#Compiling with CMake (Advanced)

To compile this program you will need the following things installed

  1. Cmake (sudo apt-get install (cmake-qt-gui)
  2. wxWidgets 3.0 (sudo apt-get install libwxgtk3.0-dev)
  3. ImageMagick (sudo apt-get install libmagick++-dev libmagickcore-dev libmagickwand-dev)

To set up the build environment run cmake-gui

Where is the source code should be set to this directory containing CMakelists.txt

Where to build the binaries can be set to any directory.

Hit Configure and choose which setup you want

Hit Generate and you should be good to go.

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