Search found 8 matches
- Tue Jul 15, 2014 11:09 pm
- Forum: Libraries and Tools
- Topic: Love Fiddle - A tool for sharing Love snippets on the web
- Replies: 27
- Views: 16192
Re: Love Fiddle - A tool for sharing Love snippets on the we
At least you could get a an animated gif, actually with an iframe embed, one could run the LÖVE directly in the page...
- Tue Jul 15, 2014 7:02 am
- Forum: Libraries and Tools
- Topic: Love Fiddle - A tool for sharing Love snippets on the web
- Replies: 27
- Views: 16192
Re: Love Fiddle - A tool for sharing Love snippets on the we
Then one could browse the snippets like pintrest or imgur. Or this forum could be hacked to do an "on hover" for links to the love fiddle...
- Mon Jul 14, 2014 6:52 pm
- Forum: Libraries and Tools
- Topic: Worley/Cellular Noise Demo
- Replies: 5
- Views: 4816
Re: Worley/Cellular Noise Demo
I attached the love for others to enjoy.
- Sun Jul 13, 2014 3:00 am
- Forum: Libraries and Tools
- Topic: Beelieve Soundtrack
- Replies: 3
- Views: 2699
Re: Beelieve Soundtrack
This is really good! The video was well timed. I think you could use the summer to push up the polish a notch or two and have a stellar game by early fall. The mixing levels on the sound could be more balanced, everything was very front. Not sure what those super pixelated blocks were in the trailer...
- Sun Jul 13, 2014 2:01 am
- Forum: Libraries and Tools
- Topic: Worley/Cellular Noise Demo
- Replies: 5
- Views: 4816
Re: Worley/Cellular Noise Demo
This is so beautiful! local ffi = require "ffi" ffi.cdef[[ typedef struct {float x, y, z;} vector3; double _lcgRandom(double lastValue); ]] local clib = ffi.load('./libclib.so') and in clib.c /* # gcc -shared -o libclib.so clib.c local function lcgRandom(lastValue) return floor((110351245 ...
- Fri Jul 11, 2014 12:41 pm
- Forum: Libraries and Tools
- Topic: Bezier Goodness
- Replies: 16
- Views: 8812
Re: Bezier Goodness
Fixed. My bad.
- Fri Jul 11, 2014 6:09 am
- Forum: Libraries and Tools
- Topic: Bezier Goodness
- Replies: 16
- Views: 8812
Re: Bezier Goodness
I made a small bezier demo with the new http://love2d.org/wiki/love.math.newBezierCurve
Mouse left right to change number of curves. Mouse up down to change stroke width (has no FPS effect on my machine).
EDIT: added inspect.lua to love file
Mouse left right to change number of curves. Mouse up down to change stroke width (has no FPS effect on my machine).
EDIT: added inspect.lua to love file
- Fri Jul 11, 2014 12:12 am
- Forum: Libraries and Tools
- Topic: Love Fiddle - A tool for sharing Love snippets on the web
- Replies: 27
- Views: 16192
Re: Love Fiddle - A tool for sharing Love snippets on the we
!!
http://lovefiddle.com/be1ff57d507fbe587 ... 41596fdb6c
very compatible.
Suggestion, run the snippet and take a screenshot that we can link to.
http://lovefiddle.com/be1ff57d507fbe587 ... 41596fdb6c
very compatible.
Suggestion, run the snippet and take a screenshot that we can link to.