https://github.com/ptitseb/transball
Port of TransballGL to the OpenPandora (using gl4es) - Status: WIP
https://github.com/ptitseb/transball
Last synced: 4 months ago
JSON representation
Port of TransballGL to the OpenPandora (using gl4es) - Status: WIP
- Host: GitHub
- URL: https://github.com/ptitseb/transball
- Owner: ptitSeb
- Created: 2015-12-22T15:05:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T14:11:59.000Z (over 8 years ago)
- Last Synced: 2025-02-14T17:28:18.331Z (12 months ago)
- Language: C++
- Homepage:
- Size: 2.75 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
transball
====

Port of TransballGL to the OpenPandora (using [gl4es](https://github.com/ptitSeb/gl4es)) - Status: WIP
To compile on the Pandora, using the Codeblocks Command Line PND, just type
`cd TGL && make`
To compile on the ODROID, type
`cd TGL && make ODROID=1`
To compile on x86 Linux, type
`cd TGL && make LINUX=1`
Other platform can probably be added easily (like RPi), but will need some slight
changes in the Makefile (contact me or do a pull request if you want / have a new platform)