Search found 16 matches

by blenderer
Fri Aug 09, 2013 5:05 pm
Forum: Support and Development
Topic: Overlapping lines causing awkward blended color
Replies: 5
Views: 3516

Re: Overlapping lines causing awkward blended color

How do you draw the lines - a single or multiple calls to love.graphics.line()? If the former: Use a single call. Alternatively you can try to set the line style to rough. If the latter: Please read this topic . I'm using multiple calls, because I'm getting room wall information from each individua...
by blenderer
Fri Aug 09, 2013 4:55 pm
Forum: Support and Development
Topic: Overlapping lines causing awkward blended color
Replies: 5
Views: 3516

Overlapping lines causing awkward blended color

Is there a way to get rid of the color blending?
UaA8Rp1.png
UaA8Rp1.png (6.66 KiB) Viewed 187 times
by blenderer
Mon Jul 15, 2013 3:01 pm
Forum: Libraries and Tools
Topic: Binding of Isaac-style Dungeon Generator
Replies: 3
Views: 4975

Re: Binding of Isaac-style Dungeon Generator

will this be used for anything chuvak? Yes, I am working on a top-down, dungeon crawler. High level description of how it works? For the most part, I'm using a two-dimensional array where the seed is at 0,0. After the seed, the generator chooses a random, empty direction (on a random room) and buil...
by blenderer
Thu Jul 11, 2013 3:53 pm
Forum: Libraries and Tools
Topic: Binding of Isaac-style Dungeon Generator
Replies: 3
Views: 4975

Binding of Isaac-style Dungeon Generator

I know somebody just posted their generator, but thought I should show you guys mine in the style of Binding of Isaac. ZnSudkV.png Special thanks to Kikito for his stellar OO implementation! Rules: A room can only be surrounded by a maximum of 3 rooms. Directions: Press space to generate a new dunge...
by blenderer
Mon Jul 16, 2012 6:35 am
Forum: General
Topic: Love2D 0.8.0 + Lua 5.1 Syntax Highlighting for Notepad++
Replies: 4
Views: 6184

Re: Love2D 0.8.0 + Lua 5.1 Syntax Highlighting for Notepad++

Is it intended to have single-line comments not colored?
by blenderer
Mon Jul 16, 2012 5:50 am
Forum: General
Topic: Love2D 0.8.0 + Lua 5.1 Syntax Highlighting for Notepad++
Replies: 4
Views: 6184

Re: Love2D 0.8.0 + Lua 5.1 Syntax Highlighting for Notepad++

Thank you for this, sir.

One internet for you!
by blenderer
Fri Jul 13, 2012 6:05 am
Forum: Libraries and Tools
Topic: Simple plasma effect
Replies: 6
Views: 5149

Re: Simple plasma effect

What is this, I don't even.

No, but really- this is pretty sweet. Where did you get the idea from?
by blenderer
Fri Jul 13, 2012 5:50 am
Forum: Libraries and Tools
Topic: Experiment: Motion Blur with Physics
Replies: 19
Views: 9967

Re: Experiment: Motion Blur with Physics

Awesome! This was helpful, thanks!
by blenderer
Mon Jul 09, 2012 11:05 pm
Forum: Support and Development
Topic: Opening a Web Browser from LOVE
Replies: 13
Views: 10096

Re: Opening a Web Browser from LOVE

I was looking around Stack Overflow and found this(it might help you) http://stackoverflow.com/questions/11163748/open-web-browser-using-lua-in-a-vlc-extension (Found kikito with an answer, ironically) http://stackoverflow.com/questions/295052/how-can-i-determine-the-os-of-the-system-from-within-a-l...