mirror of
https://github.com/AntonioND/palib.git
synced 2025-06-18 14:45:43 -04:00
Port of PAlib to BlocksDS.
docs | ||
examples | ||
include | ||
source | ||
sys | ||
template | ||
tools | ||
.gitignore | ||
changelog.txt | ||
defaultlogo.bmp | ||
Makefile | ||
Makefile.arm7 | ||
Makefile.arm9 | ||
readme.md |
PAlib
Introduction
Welcome to PAlib 250107!
PAlib (Programmer's Arsenal library) is a Nintendo DS library used to create homebrew games. It is designed to be easily used by anyone. However, nowadays there are better alternatives and PAlib should only be used to build old projects that depend on it to be built.
Installation
To install PAlib you'll need to install BlocksDS first. Then, clone this repository, enter that directory and run:
make install
Directory structure
Templates:
template
: Contains a PAlib project template.
Resources:
examples
: Contains examples that show you how to use PAlib.docs
: Contains the documentation in two languages (English and French).tools
: Contains tools that will aid you in the development process of your projects.
Library source folders:
include
: Contains the library headers.source
: Contains the PAlib source code.sys
: Contains the source code of each PAlib ARM7 binary.
Credits
This repository is based on PALib 100707. Please, check the PAlib archive repository if you want to see the history of the library reconstructed from several sources.