Search found 43 matches

by PriorBlue
Sat Jan 03, 2015 9:58 pm
Forum: Libraries and Tools
Topic: Dynamic lighting in LÖVE
Replies: 27
Views: 25492

Re: Dynamic lighting in LÖVE

Hi 2dee, i have followed your program for a while and i am glad, that you have the intention to spread the lighting possibilities to Love2D. I'm a big pixel art fan, so i initialized the "Light vs. Shadow" engine in the first place (to advance the graphic quality), now it is in perfect han...
by PriorBlue
Fri Nov 14, 2014 5:36 pm
Forum: Libraries and Tools
Topic: Löve "Light vs. Shadow" Engine v2
Replies: 140
Views: 119888

Re: Löve "Light vs. Shadow" Engine v2

I don't know exactly what you mean by "nearly impossible to create a tile set map with shadows" because that is what I am doing for my game please see screenshot for example. I made the world using Tiled, and wrote a custom loader for it. When i used my original engine with for example 25...
by PriorBlue
Fri Nov 07, 2014 3:29 pm
Forum: Libraries and Tools
Topic: Löve "Light vs. Shadow" Engine v2
Replies: 140
Views: 119888

Re: Löve "Light vs. Shadow" Engine v2

Hi and sorry for the long inactivity, yes, the code was a little bit too long and messy in the end and my biggest mistake was to put all features (shadow, glow, pixelshadow etc.) in only one (shadow-)body object. The translation functionality was horrible and incomplete, too. :) The problem at the m...
by PriorBlue
Tue May 20, 2014 4:26 pm
Forum: Games and Creations
Topic: LD#29 contributors! Were you pleased with your final rating?
Replies: 7
Views: 4607

Re: LD#29 contributors! Were you pleased with your final rat

Mole Empire: http://www.ludumdare.com/compo/ludum-dare-29/?action=preview&uid=35550 (LD29) Post-Jam: http://gamejolt.com/games/rpg/mole-empire/26159/ (GameJolt) #139 Graphics 3.91 #213 Mood 3.47 #231 Overall 3.54 #287 Audio 3.19 #326 Fun 3.30 #354 Theme 3.49 #544 Humor 2.45 #781 Innovation 2.74 ...
by PriorBlue
Tue May 20, 2014 4:02 pm
Forum: Games and Creations
Topic: [LD29] Safety Blanket
Replies: 9
Views: 5330

Re: [LD29] Safety Blanket

#4 Overall!
#1 Innovation!!!
#1 Mood!!!

Respect and Congratulation! Your Game was my favorite too and one of the few i give 5/5 Stars in all categories. I hope this lure more people to the Love2D engine. ;)
by PriorBlue
Tue May 06, 2014 7:18 pm
Forum: Libraries and Tools
Topic: Simple Sprite Generator
Replies: 14
Views: 12348

Re: Simple Sprite Generator

I have seen this before on LudumDare. Yes, this was exactly my source of inspiration and the guy put animations and multiple colors in it, too! But i want to code it in love by myself, so i can maybe use the algorithm in future projects. Have you tried creating non-symmetrical sprites with it? Do y...
by PriorBlue
Mon May 05, 2014 11:10 pm
Forum: Libraries and Tools
Topic: Simple Sprite Generator
Replies: 14
Views: 12348

Re: Simple Sprite Generator

This is great! I'm going to use this to generate player icons for my game, if you don't mind of course. Would you like me to credit you? You can do what ever you want with the code/icons and you don't need to credit me. When you find a cool icon, give credit to the god of randomness :), but i think...
by PriorBlue
Sun May 04, 2014 12:18 am
Forum: Libraries and Tools
Topic: Simple Sprite Generator
Replies: 14
Views: 12348

Re: Simple Sprite Generator

Rickton wrote:Looks really cool, unfortunately my 7-year-old laptop doesn't support shaders, so I'm going to have to mess around and try to make a shader-free version before I can use it.
I already created a shader free version -> https://github.com/PriorBlue/Simple-Spr ... r/releases
by PriorBlue
Sat May 03, 2014 3:41 pm
Forum: Libraries and Tools
Topic: Simple Sprite Generator
Replies: 14
Views: 12348

Re: Simple Sprite Generator

NightKawata wrote:
PriorBlue wrote:If you generate an interesting sprite, please post it here, i'm curious of your funds.
$0.00
Now you are no longer curious of my funds
Oh, strange typo. :shock:

[irony]But all sprites are copyrighted by me of course.[/irony] :P
by PriorBlue
Fri May 02, 2014 10:09 pm
Forum: Libraries and Tools
Topic: Simple Sprite Generator
Replies: 14
Views: 12348

Simple Sprite Generator

Ok, for all the people, who don't see it already, i present you my simple sprite generation tool. You have a few possibilities to modify the sprite output and add fancy shader effects. The source code is totally hard-coded for now, so beware. :) You can’t save at the moment, so you have to take a sc...