Page 1 of 3

Love Fiddle - A tool for sharing Love snippets on the web

Posted: Wed Jul 02, 2014 12:08 pm
by Tanner
http://lovefiddle.com/

Inspired by sites like JSFiddle and my desire to not have to download and run a love file each time I want to see a little snippets of code, I built a site this past week that you can use to share and visualize love snippets.

circles: http://lovefiddle.com/cc68aed37e24cdf71 ... 4fd1e8cbbf
keyboard: http://lovefiddle.com/dc5af37be4fe4e56a ... badc8eb9a3

The site is powered by my punchdrunk project. It supports a meaningful portion of Love's API and I'm constantly improving it. Unfortunately, doesn't give great feedback when you do something wrong so it might be easier to test your code with the actual Love first if you're having problems.

If you find something that doesn't work or doesn't look right, please share it here! Another big part of this is so that I can have more code to test punchdrunk against. Thanks!

Enjoy! http://lovefiddle.com/c29e6f586e7a581bb ... cd9d9bf646

Re: Love Fiddle - A tool for sharing Love snippets on the we

Posted: Wed Jul 02, 2014 2:16 pm
by jasper.davis
does have capability for multi-file projects? or assets?

Re: Love Fiddle - A tool for sharing Love snippets on the we

Posted: Wed Jul 02, 2014 2:44 pm
by Tanner
jasper.davis wrote:does have capability for multi-file projects? or assets?
The underlying project does: https://github.com/TannerRogalsky/punchdrunk
I'm not really interested in becoming an image host. This project is for "fiddles" or little code snippets. Like a pastebin with rendering.

It's really easy to deploy a punchdrunk project, though. All my examples are hosted directly on github pages: http://tannerrogalsky.com/punchdrunk/

Re: Love Fiddle - A tool for sharing Love snippets on the we

Posted: Wed Jul 02, 2014 3:57 pm
by veethree
This is perfect for code doodles.

Re: Love Fiddle - A tool for sharing Love snippets on the we

Posted: Wed Jul 02, 2014 4:17 pm
by Tanner
veethree wrote:This is perfect for code doodles.
That's exactly what I had in mind. That and the "Share a Shader" thread (once shaders are supported).

Re: Love Fiddle - A tool for sharing Love snippets on the we

Posted: Wed Jul 02, 2014 5:07 pm
by SouL
An awesome idea and really useful for that moments when you want to share something without having to send the .love!

Thank you very much Tanner :ultrahappy:

Re: Love Fiddle - A tool for sharing Love snippets on the we

Posted: Wed Jul 02, 2014 8:03 pm
by OttoRobba
This is so incredibly cool.

I love the progress you have made with Punchdrunk :D

Re: Love Fiddle - A tool for sharing Love snippets on the we

Posted: Wed Jul 02, 2014 10:08 pm
by Reef
This is great. Thanks for the work you are doing on Punchdrunk!

Re: Love Fiddle - A tool for sharing Love snippets on the we

Posted: Thu Jul 03, 2014 2:46 am
by Tanner
Thanks for the kind words, everyone! <3

Re: Love Fiddle - A tool for sharing Love snippets on the we

Posted: Thu Jul 03, 2014 3:01 am
by baconhawka7x
Amazing!