Showcase your libraries, tools and other projects that help your fellow love users.
-
Tanner
- Party member
- Posts: 166
- Joined: Tue Apr 10, 2012 1:51 am
Post
by Tanner » Sun Sep 25, 2016 10:08 am
pgimeno wrote:Does that mean that it doesn't support Chromium 37.0.2062.120 either (the one I'm checking it with and in which it runs)? What are the minimum Firefox and Chromium versions supported?
https://kripken.github.io/emscripten-si ... tions.html
The reality is that this is an extremely complex (and large!) JS blob. Even if a given browser is completely supports the feature set, this library really puts the JS engine through it's paces. My inclination would be not to support anything but the most recent stable browser versions but (as you're experiencing) it may run otherwise. If you're interested in compiling an exhaustive list of supported browser versions I would definitely appreciate that information. It would make bug reports a lot easier to deal with.
-
Nixola
- Inner party member
- Posts: 1949
- Joined: Tue Dec 06, 2011 7:11 pm
- Location: Italy
Post
by Nixola » Thu Sep 29, 2016 3:41 pm
I was trying to add interactivity to the metaball thing. At first I only added love.update and it worked, then I added the love.mouse* callbacks and now if I run it the page freezes. Does this happen to anyone else?
http://lovefiddle.com/bixK7rEL8tSTECZZ3
EDIT: Ok, sorry, it was a syntax error. Here's the working one:
http://lovefiddle.com/rwiygHW94N32TfDDz
Last edited by
Nixola on Thu Sep 29, 2016 3:45 pm, edited 1 time in total.
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
-
Ulydev
- Party member
- Posts: 445
- Joined: Mon Nov 10, 2014 10:46 pm
- Location: Paris
-
Contact:
Post
by Ulydev » Thu Sep 29, 2016 3:43 pm
I'd love to add this feature. I'll try to implement it when I have some time, but I'm quite busy because of school. If you want to help, feel free to contribute to the repo:
http://github.com/ulydev/lovefiddle
-
monsieur_h
- Citizen
- Posts: 65
- Joined: Tue Oct 30, 2012 4:43 pm
Post
by monsieur_h » Fri Sep 30, 2016 8:33 am
Works fine on Firefox, but I have an error with qutebrowser (webkit based), it floods the following error :
>error: attempt to call a number value
-
Ulydev
- Party member
- Posts: 445
- Joined: Mon Nov 10, 2014 10:46 pm
- Location: Paris
-
Contact:
Post
by Ulydev » Fri Sep 30, 2016 11:55 am
monsieur_h wrote:Works fine on Firefox, but I have an error with qutebrowser (webkit based), it floods the following error :
>error: attempt to call a number value
Can you provide a sample fiddle?
-
Tanner
- Party member
- Posts: 166
- Joined: Tue Apr 10, 2012 1:51 am
Post
by Tanner » Fri Sep 30, 2016 1:21 pm
monsieur_h wrote:Works fine on Firefox, but I have an error with qutebrowser (webkit based), it floods the following error :
>error: attempt to call a number value
This means you browser hasn't been able to initialize the engine. Sorry! Qutebrowser might be built off an older version of webkit or something.
-
josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
-
Contact:
Post
by josefnpat » Fri Oct 07, 2016 4:09 am
Is there a way that we can share a link that "hides the code"? I'd be ok with there being a link to the code, but it would be nice to "deploy" games like this for Ludum Dare and stuff with this!
Missing Sentinel Software |
Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
-
Ulydev
- Party member
- Posts: 445
- Joined: Mon Nov 10, 2014 10:46 pm
- Location: Paris
-
Contact:
Post
by Ulydev » Fri Oct 07, 2016 5:04 am
josefnpat wrote:Is there a way that we can share a link that "hides the code"? I'd be ok with there being a link to the code, but it would be nice to "deploy" games like this for Ludum Dare and stuff with this!
Not now, sorry! Though you just have to export it to a main.lua and upload it on
http://love.ulydev.com 
Users browsing this forum: No registered users and 10 guests