moocow1452 / love-nacl

Port of LÖVE to Native Client

Home Page:http://binji.github.io/love-nacl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Port of LÖVE to Native Client

http://binji.github.io/love-nacl/

License:Other