Search found 129 matches

by Rucikir
Tue Jan 20, 2015 10:20 pm
Forum: Libraries and Tools
Topic: denver - library to play waveforms (synthesizer included)
Replies: 6
Views: 5811

Re: denver - library to play waveforms

Why would a note stop after a given time ? Why haven't you make it last until the key is released (like in a real piano) ?

The library is really cool !
by Rucikir
Mon Dec 22, 2014 9:09 am
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202325

Re: love-release.sh - Bash script to distribute your games

I thought of it a while ago. Maybe a --dist option that would add files to the final zip, and not included in the final executable. Besides, you can use -x to exclude files and directories from your executable. Would it be better if löve's readme and changelog were deleted ? I'll make tests (GladOS ...
by Rucikir
Tue Dec 09, 2014 6:31 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202325

Re: love-release.sh - Bash script to distribute your games

You're really welcome ! I'm glad it's usefull for all of you out there. I was surprised that the interest for the script, the visits on the page and the stars were increasing this past week, then I realized it was because of Ludum Dare... :ehem: I suspect there might be bugs with the -x option to ex...
by Rucikir
Sat Oct 25, 2014 9:37 am
Forum: Libraries and Tools
Topic: [Tutorials] Making a simple 2D physics engine
Replies: 33
Views: 28284

Re: [Tutorials] Making a simple 2D physics engine

I was reading your tutorial, and I was wondering: checking collisions by detecting if the corners of one object are in the body of another won't work if the speed of the first object is greater than the height/width of the second, right ? How should it be managed ?
by Rucikir
Tue Oct 07, 2014 9:46 pm
Forum: General
Topic: Love Meetups!
Replies: 18
Views: 19281

Re: Love Meetups!

Dijkstra must be turning in his grave
by Rucikir
Sun Oct 05, 2014 4:39 pm
Forum: Support and Development
Topic: Distributing your games (making a .love file)
Replies: 278
Views: 943976

Re: Distributing your games (making a .love file)

Rukiri wrote:I know how to make a .love file/project but how do I make a .exe, or .dmg, or random linux executable?
If you're using OS X or Linux, try love-release.sh, a Bash script that can do all of these, and much more.
On Github | Forum thread.
by Rucikir
Sat Oct 04, 2014 8:35 am
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202325

Re: Love-Release. Now modular !

Hi everyone ! It's been a month, and I've done some improvements to love-release. Many bug fixes ! Can't list them. ICONS ! You can now pass as argument a directory where icons are contained. The resolution must be in the filename, then the script will use them for Debain, Android and OUYA packages....
by Rucikir
Mon Sep 08, 2014 3:55 pm
Forum: Libraries and Tools
Topic: 2D Perspective Camera
Replies: 3
Views: 4174

Re: 2D Perspective Camera

This is nice ! but you should increase the field of vision, I mean the two sides of the blue triangle in front of the character to better match what is rendered in perspective, because I have the feeling that there are more quads rendered in perspective than points in the triangle.
by Rucikir
Thu Sep 04, 2014 10:29 am
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202325

Re: Love-Release. Now modular !

Ok, so just to tell the potential readers, the problem with Zilarrezko was that he tried to use the script on Windows... I just fixed a few bugs and implemented support for bash-completion ! It should be muuuuch more easier to type the looong options now. And now the dependencies will be downloaded ...
by Rucikir
Sun Aug 31, 2014 12:48 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202325

Re: Love-Release. Now modular !

I know it can be a bit tricky. But love-release only works with command line interface, no GUI. Here is how to install love-release (just paste it in a terminal). Running as "root" means that love-release will be installed in the system directories but it needs to be authorized to create a...