An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

transball
====

![transball build status](https://api.travis-ci.org/ptitSeb/transball.png "transball build status")

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)