richelbilderbeek / libnds_example_1

libnds example 1: 2D pixel art, respond to keys.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libnds_example_1

Branch Travis CI logo Codecov logo
master Build Status codecov.io
develop Build Status codecov.io

libnds_example_1

This GitHub is part of

How to build?

make

How to run?

desmume libnds_example_1.nds

How to install devkitPro and libnds?

Do:

  • sudo ./build_libnds_32: when your computer is 32 bit
  • sudo ./build_libnds_64: when your computer is 64 bit

Add to ~/bashrc:

export DEVKITPRO=/opt/devkitpro
export DEVKITARM=$DEVKITPRO/devkitARM

Restart the terminal for these exports to have an effect

External links

About

libnds example 1: 2D pixel art, respond to keys.

License:GNU General Public License v3.0


Languages

Language:Makefile 49.6%Language:Shell 32.5%Language:C++ 11.7%Language:QMake 6.2%