Search found 92 matches

by MicroMacro
Mon Feb 13, 2017 3:36 am
Forum: Libraries and Tools
Topic: How to render realistic planets in love2d
Replies: 9
Views: 16879

Re: How to render realistic planets in love2d

This is awesome! Great work!
by MicroMacro
Fri Dec 30, 2016 10:37 pm
Forum: Support and Development
Topic: Can Canvasses have Background Colour?
Replies: 3
Views: 3753

Re: Can Canvasses have Background Colour?

Thanks! I already was using love.graphics.clear(), didn't know it could pass colours. Woop!
by MicroMacro
Fri Dec 30, 2016 10:07 pm
Forum: Support and Development
Topic: Can Canvasses have Background Colour?
Replies: 3
Views: 3753

Can Canvasses have Background Colour?

Title says all. I'm trying to get a cool effect where my canvas (which coincidentally is the same size as my physics area) has a different colour than the rest of the background. I suppose I could just add a rectangle the size of the canvas before everything else on the canvas, but I wanted to know ...
by MicroMacro
Sat Sep 17, 2016 3:36 am
Forum: Support and Development
Topic: "How to create game" videos
Replies: 4
Views: 3984

Re: "How to create game" videos

Look up SockMonkee Development. His tutorials are a bit old, but are still mostly relevant. Its where I learned how to code. :)
by MicroMacro
Tue Aug 02, 2016 11:10 pm
Forum: Games and Creations
Topic: my first "real" game(Bomb_Factory)
Replies: 3
Views: 3409

Re: my first "real" game(Bomb_Factory)

Not bad for a first game.

Encountered a few weird glitches (infinite screenshake at one point), and the help screen is unreadable (white text on white bg). Other than that, nice job.
by MicroMacro
Sat Jul 16, 2016 7:07 pm
Forum: Support and Development
Topic: Gun Mechanics
Replies: 6
Views: 4595

Re: Gun Mechanics

Well, I'm no expert. I have made simple gun mechanics before.
It depends on how you want it to work. If you want the bullet to follow your mouse, it's a bit trickier, but there's a great wiki article on how to do that.
by MicroMacro
Sat Jul 16, 2016 4:30 pm
Forum: Support and Development
Topic: Low Poly Backgrounds
Replies: 1
Views: 2358

Low Poly Backgrounds

Hey all! I'd like to experiment with using low-poly graphics. For now, I want to generate a somewhat large lowpoly background (just like http://alssndro.github.io/trianglify-background-generator/ does) and draw it to a canvas, so I could parallax it. Im sure it won't look as good as I imagine it in ...
by MicroMacro
Wed Jun 29, 2016 11:39 pm
Forum: Games and Creations
Topic: (something)
Replies: 41
Views: 23380

Re: (something)

Is the level editor made in Love too? or is that a separate program?
by MicroMacro
Wed Apr 20, 2016 7:01 pm
Forum: Support and Development
Topic: Images from the Web
Replies: 3
Views: 3827

Re: Images from the Web

Could you provide an example?
by MicroMacro
Wed Apr 20, 2016 6:22 pm
Forum: Support and Development
Topic: Images from the Web
Replies: 3
Views: 3827

Images from the Web

Is it possible, using something like lua socket or something like that, to get and use images from the web in a love project?
Thanks!