Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kikito/luv.js
Minimal HTML5 game development lib
https://github.com/kikito/luv.js
deprecated javascript unmaintained
Last synced: 3 months ago
JSON representation
Minimal HTML5 game development lib
- Host: GitHub
- URL: https://github.com/kikito/luv.js
- Owner: kikito
- License: mit
- Created: 2013-02-03T22:54:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T23:41:53.000Z (almost 7 years ago)
- Last Synced: 2024-10-01T08:04:14.697Z (4 months ago)
- Topics: deprecated, javascript, unmaintained
- Language: JavaScript
- Homepage: http://kikito.github.io/luv.js/
- Size: 1.66 MB
- Stars: 43
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: MIT-LICENSE.md
Awesome Lists containing this project
README
luv.js
======
A javascript/coffeescript html5 game library heavily inspired by [LÖVE](http://love2d.org).## Deprecated and unmaintained
This project is deprecated and unmaintained. It was created as an experiment to learn javascript,
and it succeed on that regard. It has not been kept up to date with modern browsers.## Examples
* Please visit the [Luv.js testing page](http://kikito.github.com/luv.js/examples/) for examples.
## Documentation
* [Annotated source code](http://kikito.github.com/luv.js/docs/)
## Found a bug? / Want to help?
If you have found a problem, or you want to help, the first place to go should be the
[issue tracker](https://github.com/kikito/luv.js/issues?). You can report new issues there,
as well as take responsibility of some of them (just comment on the issue and say "I'd like
to help with this issue").If you want to send code to Luv.js, please see the CONTRIBUTING.md for more instructions.