lovefiddle.com

Showcase your libraries, tools and other projects that help your fellow love users.
User avatar
Tanner
Party member
Posts: 166
Joined: Tue Apr 10, 2012 1:51 am

Re: lovefiddle.com

Post by Tanner »

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.
Feyrn
Prole
Posts: 1
Joined: Thu Sep 29, 2016 1:29 am

Re: lovefiddle.com

Post by Feyrn »

I made a shitty Game of life clone to test it out: http://lovefiddle.com/RfgEHx82s7QuyusZJ
I think I will use this to test out quick ideas. I am Very impressed!
User avatar
Alexar
Party member
Posts: 174
Joined: Thu Feb 05, 2015 1:57 am
Location: Chengdu,China

Re: lovefiddle.com

Post by Alexar »

that's so cool
http://lovefiddle.com/xjfvZ2Lk7DcCAebCf
a bezier curve based metaball
http://lovefiddle.com/XSaubcmTaqZtFfspN
a snake game
so... can we save the code by a title and look up in the home page ?
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: lovefiddle.com

Post by Nixola »

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
User avatar
Ulydev
Party member
Posts: 445
Joined: Mon Nov 10, 2014 10:46 pm
Location: Paris
Contact:

Re: lovefiddle.com

Post by Ulydev »

Alexar wrote:that's so cool
http://lovefiddle.com/xjfvZ2Lk7DcCAebCf
a bezier curve based metaball
http://lovefiddle.com/XSaubcmTaqZtFfspN
a snake game
so... can we save the code by a title and look up in the home page ?
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
User avatar
monsieur_h
Citizen
Posts: 65
Joined: Tue Oct 30, 2012 4:43 pm

Re: lovefiddle.com

Post by monsieur_h »

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
User avatar
Ulydev
Party member
Posts: 445
Joined: Mon Nov 10, 2014 10:46 pm
Location: Paris
Contact:

Re: lovefiddle.com

Post by Ulydev »

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?
User avatar
Tanner
Party member
Posts: 166
Joined: Tue Apr 10, 2012 1:51 am

Re: lovefiddle.com

Post by Tanner »

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.
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: lovefiddle.com

Post by josefnpat »

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
User avatar
Ulydev
Party member
Posts: 445
Joined: Mon Nov 10, 2014 10:46 pm
Location: Paris
Contact:

Re: lovefiddle.com

Post by Ulydev »

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 ;)
Post Reply

Who is online

Users browsing this forum: No registered users and 26 guests