http://tannerrogalsky.com/punchdrunk/
... because this community needs another, separate approach to running Love in the browser.
This project aims to get Love games running in the browser with minimal effort and knowledge of web development. It is very immature but it supports a half-decent subset of Love's API, runs well and, above all, is easy to use (I think).
At this point, Punchdrunk is probably only suitable for small code doodles and the like. The main intent behind this release is to get feedback from the community about the way that the project is set up and where the documentation is lacking. Also, perhaps, to get some additional eyes on it as it progresses.
The Github page is here: https://github.com/TannerRogalsky/punchdrunk
Punchdrunk - Another Love-to-Web tool.
Re: Punchdrunk - Another Love-to-Web tool.
+1 for this. Been keeping track of your effort and I gotta say, I'm impressed!
Great job so far mate.
Great job so far mate.
- Roland_Yonaba
- Inner party member
- Posts: 1563
- Joined: Tue Jun 21, 2011 6:08 pm
- Location: Ouagadougou (Burkina Faso)
- Contact:
Re: Punchdrunk - Another Love-to-Web tool.
Clicked, checked.
Awesome, me say.
Starred on github. Keep it up!
Awesome, me say.
Starred on github. Keep it up!
Re: Punchdrunk - Another Love-to-Web tool.
This is amazing. I'm a bit curious how it works though. You need a server to work to port the game to javascript, but once that's done do you get a standalone javascript/html document that's portable, or do you need everything to run from a server that you have total control of?
My game called Hat Cat and the Obvious Crimes Against the Fundamental Laws of Physics is out now!
Re: Punchdrunk - Another Love-to-Web tool.
Amazing! Seems to works fine. Can't wait to see the development of this project.
Re: Punchdrunk - Another Love-to-Web tool.
Yeah, once you've run `grunt compile` and everything has been turned into JSON and JavaScript it will run as a static website so you do not need to write any server code; just put it somewhere that it can make GET requests. All of my examples are running on GitHub pages which just uses the gh-pages branch as the source for the page and serves up the static content.T-Bone wrote:This is amazing. I'm a bit curious how it works though. You need a server to work to port the game to javascript, but once that's done do you get a standalone javascript/html document that's portable, or do you need everything to run from a server that you have total control of?
Re: Punchdrunk - Another Love-to-Web tool.
That's really cool! That makes this the closest we've come to get LÖVE running on WinRT and WP, since they support HTML/Javascript as native apps (and have WebGL support as of versions 8.1)!Tanner wrote:Yeah, once you've run `grunt compile` and everything has been turned into JSON and JavaScript it will run as a static website so you do not need to write any server code; just put it somewhere that it can make GET requests. All of my examples are running on GitHub pages which just uses the gh-pages branch as the source for the page and serves up the static content.T-Bone wrote:This is amazing. I'm a bit curious how it works though. You need a server to work to port the game to javascript, but once that's done do you get a standalone javascript/html document that's portable, or do you need everything to run from a server that you have total control of?
My game called Hat Cat and the Obvious Crimes Against the Fundamental Laws of Physics is out now!
- slime
- Solid Snayke
- Posts: 3166
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: Punchdrunk - Another Love-to-Web tool.
The OpenGL ES branch of LÖVE used for the Android and iOS ports should (in theory) work on WinRT as well via ANGLE, if the latest version of SDL is used.T-Bone wrote:That's really cool! That makes this the closest we've come to get LÖVE running on WinRT and WP, since they support HTML/Javascript as native apps (and have WebGL support as of versions 8.1)!
Re: Punchdrunk - Another Love-to-Web tool.
Hey,
If someone has problems to compile and punchdrunk under windows (7), i wrote an short installation how to.
https://github.com/TannerRogalsky/punch ... t-44404907
It runs very smooth and it' a lot easier to run loves than love-webplayer !
cheers
If someone has problems to compile and punchdrunk under windows (7), i wrote an short installation how to.
https://github.com/TannerRogalsky/punch ... t-44404907
It runs very smooth and it' a lot easier to run loves than love-webplayer !
cheers
Who is online
Users browsing this forum: No registered users and 5 guests