Difference between revisions of "Love-WebPlayer"

From Ghoulwiki
Jump to: navigation, search
Line 3: Line 3:
 
early prototype
 
early prototype
  
goal : play games made for love2d inside the browser without plugins (webgl+javascript capable browser required)
+
* 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
+
* 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
+
* 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
 
needs webgl and javascript capable browser, no browser-plugin required

Revision as of 17:12, 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