Difference between revisions of "Love-WebPlayer"
From Ghoulwiki
Ghoulsblade (talk | contribs) |
Ghoulsblade (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
early prototype | early prototype | ||
− | usage : | + | * goal : play games made for love2d inside the browser without plugins (webgl+javascript capable browser required) |
− | unpack .love file (rename to .zip), add the .js files and the index.html from love-webplayer, upload the whole folder to webserver, open in browser, play | + | * usage: unpack .love file (rename to .zip), add the .js files and the index.html from love-webplayer, upload the whole folder to webserver, open in browser, play |
+ | * tech : webgl for display, github.com/mherkender/lua.js to run lua code in javascript | ||
− | needs webgl and javascript capable browser | + | needs webgl and javascript capable browser, no browser-plugin required |
* demo: http://ghoulsblade.schattenkind.net/love-webplayer/ (playing clouds demo) | * demo: http://ghoulsblade.schattenkind.net/love-webplayer/ (playing clouds demo) | ||
* github: https://github.com/ghoulsblade/love-webplayer | * github: https://github.com/ghoulsblade/love-webplayer | ||
* infos: http://ghoulsblade.schattenkind.net/wiki/index.php/Love-WebPlayer | * infos: http://ghoulsblade.schattenkind.net/wiki/index.php/Love-WebPlayer | ||
+ | * love-forum: https://love2d.org/forums/viewtopic.php?f=5&t=8487 |
Latest revision as of 17:54, 18 March 2012
WebPlayer for Love2D engine games (webgl+javascript)
early prototype
- goal : play games made for love2d inside the browser without plugins (webgl+javascript capable browser required)
- usage: unpack .love file (rename to .zip), add the .js files and the index.html from love-webplayer, upload the whole folder to webserver, open in browser, play
- tech : webgl for display, github.com/mherkender/lua.js to run lua code in javascript
needs webgl and javascript capable browser, no browser-plugin required
- demo: http://ghoulsblade.schattenkind.net/love-webplayer/ (playing clouds demo)
- github: https://github.com/ghoulsblade/love-webplayer
- infos: http://ghoulsblade.schattenkind.net/wiki/index.php/Love-WebPlayer
- love-forum: https://love2d.org/forums/viewtopic.php?f=5&t=8487