All Projects → binji → love-nacl

binji / love-nacl

Licence: other
Port of LÖVE to Native Client

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
shell
77523 projects
lua
6591 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

LÖVELINESS is a port of LÖVE to Native Client. Wow!

Build Status

Setting up the Repo

You'll probably need linux (or something linux-like).

# Find a good place to put love-nacl
$ git clone git://github.com/binji/love-nacl
$ cd love-nacl
$ git submodule init
$ git submodule update

Building

$ make

The output is put in $PWD/out. The data needed for the package is in $PWD/out/package.

Running

$ export CHROME_PATH=/path/to/chrome
$ make run-package
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].