https://github.com/hoverguys/ppc-portlibs
https://github.com/hoverguys/ppc-portlibs
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoverguys/ppc-portlibs
- Owner: hoverguys
- Created: 2017-11-06T14:55:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T16:01:47.000Z (about 7 years ago)
- Last Synced: 2026-04-22T09:46:02.568Z (2 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: licenses/LICENSE-entityx.txt
Awesome Lists containing this project
README
# Portlibs for devkitPPC
It's kinda like [3ds_portlibs](https://github.com/devkitPro/3ds_portlibs) but for Gamecube and Wii. The big libraries are bundled with dkP so what's left is what I personally need for my projects.
Default install dir is `$DEVKITPRO/ppc-portlibs`, edit `build.sh` to change that
## Usage
```
./build.sh [ ..]
```
You can use the extended syntax (`bash build.sh `) on Windows if dkP MSYS is in %PATH%.
## Available libraries
Currently supports:
- [EntityX](https://github.com/alecthomas/entityx) using `entityx`
Nothing else planned right now.
## Licenses
The licenses for the project compiled by this project can be found under the `licenses` folder in the following files:
- [EntityX](https://github.com/alecthomas/entityx) -> `LICENSE-entityx.txt` (MIT)