Search found 53 matches

by alesan99
Thu May 29, 2014 2:09 am
Forum: Libraries and Tools
Topic: AlesAnimator: The simple animation program
Replies: 0
Views: 2068

AlesAnimator: The simple animation program

Alesanimator -The simple animation program Haha I'm proud of the title :rofl: . Anyway I made this small program because I figured out how to make drawings with lines and decided to make an animation. I tried to make it as simple as possible, so no copy-paste, importing images, different sizes and ...
by alesan99
Fri May 23, 2014 10:27 pm
Forum: Support and Development
Topic: Select mode
Replies: 8
Views: 4929

Re: Select mode

Use love.update.
That way you wont have to find out what box is selected while you're drawing them.
by alesan99
Fri May 23, 2014 10:03 pm
Forum: Support and Development
Topic: Select mode
Replies: 8
Views: 4929

Re: Select mode

The problem is that "activeRect" gets set to nil if the mouse isn't over a rectangle active so the red and green boxes aren't active if blue isn't active. replace if active==false and cursorX>x and cursorX<x+w and cursorY>y and cursorY<y+h and button==true then activeRect=rect elseif (curs...
by alesan99
Fri May 23, 2014 9:30 pm
Forum: Libraries and Tools
Topic: Small Shader Effect Applier
Replies: 5
Views: 2747

Re: Small Shader Effect Applier

Credits to Maurice Guégan (creator of Mari0 and other games from Stabyourself.net) for the shaders code and the shaders themselves (I don't know who made the shaders, but it was in his game, so yeah). I believe slime made them Anyway it doesn't work on love 0.9.0 and 0.9.1 because pixel effects wer...
by alesan99
Thu May 22, 2014 9:43 pm
Forum: Libraries and Tools
Topic: Zed.lua (3d library)
Replies: 11
Views: 12001

Re: Zed.lua (3d library)

Fixed a minor mistake.
Redownload if you're using the library.
by alesan99
Wed May 21, 2014 11:56 pm
Forum: Support and Development
Topic: [SOLVED] Is it possible to disable font antialiasing?
Replies: 1
Views: 1803

[SOLVED] Is it possible to disable font antialiasing?

So I needed MS sans serif for a project of mine so I got the original .fon of it but .fon doesn't have all the features .ttf has. Instead I used the updated version of MS sans serif which was a .ttf :awesome: but it wasn't pixelated like the old version :( . When I use paint.net and disabled antiali...
by alesan99
Wed May 21, 2014 11:43 pm
Forum: Support and Development
Topic: Don't do this.
Replies: 6
Views: 2191

Re: Don't do this.

Well what did you expect :P
by alesan99
Sat May 17, 2014 9:16 pm
Forum: Libraries and Tools
Topic: Zed.lua (3d library)
Replies: 11
Views: 12001

Re: Zed.lua (3d library)

I can't do the cross-eyed thing... I'm supposed to cross my eyes until the dots line up in the center, right? Also, awesome! Thanks for linking that tutorial. Yeah you have to cross your eyes until you only see one dot. If the 3d looks inverted just edit the code so the box rotations are flipped. t...
by alesan99
Fri May 16, 2014 10:35 pm
Forum: Libraries and Tools
Topic: Zed.lua (3d library)
Replies: 11
Views: 12001

Zed.lua (3d library)

So I've been making 3d in love since I've seen hugobdesigner's 3d thread. At first I didn't really wan't to make a 3d lib because people would think I'm crazy for trying to make 3d in a 2d engine instead of using a 3d engine but after I saw oysi's thread I know people like 3d. So yea, hope you like ...
by alesan99
Sun May 11, 2014 12:48 pm
Forum: Games and Creations
Topic: [LD29] FishCopter
Replies: 4
Views: 3747

Re: [LD29] FishCopter

Loved it :awesome:
The music is also awesome!