antirez / load81

SDL based Lua programming environment for kids similar to Codea
BSD 2-Clause "Simplified" License
647 stars 64 forks source link

Port Load81 to Google Native Client #21

Closed rlane closed 12 years ago

rlane commented 12 years ago

Native Client lets you port C/C++ programs to run in the Chrome browser. The various other files included in this commit support uploading Load81 to Google App Engine and publishing it in the Chrome Web Store.

The major feature still missing from this port is file IO. The initial program is hardcoded.

If you have Chrome 15 or higher installed you can add the app in the Chrome Web Store: https://chrome.google.com/webstore/detail/agfepkfedfjlhpmpmcefnndpelkmfblm

I can take my Chrome app down if/when an official version is published.

rlane commented 12 years ago

I've updated this port to work with the latest master. I'll open a new pull request.