aboood40091 / CLPC

CafeLoader Project Compiler, following the WUAPPS standard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLPC

CafeLoader Project Compiler, following the WUAPPS standard.
An example project can be found here.

Usage

You will need the tools below to build projects using this program:

Then you either set their path in main.py or you can add these to your environment variables:

GHS_ROOT=C:/<ghs_install_dir>/multi5327
CLPC_WIIURPXTOOL_PATH=C:/<any_dir>/wiiurpxtool.exe
  • Now simply run:
python ./src/main.py

You will be prompted to enter the path to your project.yaml file.

  • Alternatively you can also run:
python ./src/main.py <path_to_your_project_yaml>

About

CafeLoader Project Compiler, following the WUAPPS standard.


Languages

Language:Python 100.0%