Page 2 of 2

Re: LÖVE Web Builder, a tool to package, build and run LÖVE games for the web

Posted: Sat Oct 20, 2018 3:34 pm
by Mermersk
I must say great work Psyraven! I was thinking about porting to web and this is just perfect for that.

Re: LÖVE Web Builder, a tool to package, build and run LÖVE games for the web

Posted: Wed May 13, 2020 6:44 am
by User670
goto seems to be broken??

Re: LÖVE Web Builder, a tool to package, build and run LÖVE games for the web

Posted: Sun Feb 26, 2023 11:35 am
by MynameisBI
User670 wrote: Wed May 13, 2020 6:44 am goto seems to be broken??
It's been 2 years but yes, goto is broken with the web builder. I found it out the hard way.

Re: LÖVE Web Builder, a tool to package, build and run LÖVE games for the web

Posted: Sun Feb 26, 2023 7:21 pm
by ivan
You can use my builder as an alternative:
https://love2d.org/forums/viewtopic.php?f=5&t=93310
There is also the love.js standalone player that works without building:
https://github.com/2dengine/love.js

Re: LÖVE Web Builder, a tool to package, build and run LÖVE games for the web

Posted: Tue Aug 01, 2023 10:29 pm
by Arônimo
I tried building/running this project but i couldnt, it maybe has to do with folders and stuff, it cant find a file inside a folder (world.World)

Re: LÖVE Web Builder, a tool to package, build and run LÖVE games for the web

Posted: Thu Aug 10, 2023 9:56 pm
by knorke
Thanks for your work on this.
Sadly I am not familiar with this deeper level of Löve or webstuff, so I can only express my verbal support. :crazy:
I think a web-builder thingy is an important puzzle-piece to make Löve a more complete platform.

The option to locally run a .love file in the browser is very useful.
---
Arônimo wrote: Tue Aug 01, 2023 10:29 pm I tried building/running this project but i couldnt, it maybe has to do with folders and stuff, it cant find a file inside a folder (world.World)
I think I had the same problem.
I copied the file's content (not the file itself) into a newly created file and suddenly it worked.
Even if the file was empty it would not work. It would just never find the require'd file.
Renaming the file did not work.

It was an old project that I had started on windows then exported from google.code and then I tried creating the web-version on Linux. Maybe it somehow got corrupted/strange properties, though everything worked on my PC. I vaguely remember that line-endings also might have been broken.
In terminal all files looked the same with ls -l command