Search found 60 matches

by Fuzzlix
Thu Nov 02, 2017 6:13 pm
Forum: Games and Creations
Topic: Hundred run
Replies: 5
Views: 5787

Re: Hundred run

The game idea is nice. But you have to "SELL" it. :joker:

- the spinning wheel should have some spinning sound
- the ui and the buttons should look ... not that flat and simple.
- the game name may be visible somewhere
- create a funny icon/symbol for your game
- and so on...
by Fuzzlix
Tue Oct 31, 2017 7:07 pm
Forum: Libraries and Tools
Topic: [library] moonshine – Chainable post-processing shaders for LÖVE.
Replies: 12
Views: 28873

Re: [library] moonshine – Chainable post-processing shaders for LÖVE.

zorg wrote: Tue Oct 31, 2017 6:42 pm You probably want an outline shader then, something like explained in one of the löve related blog posts.
Iirc that's usually not a "post-processing" related shader though. (But could probably be implemented by you using moonshine, anyway)
I will look at it.
Thank you.
by Fuzzlix
Tue Oct 31, 2017 6:27 pm
Forum: Libraries and Tools
Topic: [library] moonshine – Chainable post-processing shaders for LÖVE.
Replies: 12
Views: 28873

Re: [library] moonshine – Chainable post-processing shaders for LÖVE.

Is it possible to use your library with fonts too? I am unsure what you mean by that, but the shaders apply to everything drawn inside the effect.draw(...) call. Please take a look at the text "Animal Factory" on the start screen. The letter color inside a letter changes and the letter go...
by Fuzzlix
Tue Oct 31, 2017 5:46 pm
Forum: Libraries and Tools
Topic: [library] moonshine – Chainable post-processing shaders for LÖVE.
Replies: 12
Views: 28873

Re: [library] moonshine – Chainable post-processing shaders for LÖVE.

Well done!
But now comes the beginner question ;) :
Is it possible to use your library with fonts too? (I ask because i have seen the nice effects grump created in his nice game animal factory)
by Fuzzlix
Mon Oct 30, 2017 7:37 pm
Forum: Games and Creations
Topic: Animal Factory
Replies: 21
Views: 20882

Re: Animal Factory

Well done! Funny sound. Nice optic. It is Playable with touch screen too (eg: smartfones)?
by Fuzzlix
Wed Oct 18, 2017 11:58 am
Forum: General
Topic: how to reduce CPU usage ?
Replies: 8
Views: 6906

Re: how to reduce CPU usage ?

Hi guys, I recently notice that the CPU used by the love engine is round 13% on my computer. compared to other games like WOW is 5%. So is there some way to reduce it? I also checked other engines like mono game, unity, it's all nearly the same round 13%. Is this just a normal case in today's engin...
by Fuzzlix
Mon Oct 16, 2017 8:51 pm
Forum: General
Topic: [SOLVED] Help with saving level data
Replies: 6
Views: 4273

Re: Help with saving level data

look up a serialization library such as: https://love2d.org/wiki/Tserial It'll convert your day into a string which you can write to a file and will convert a string back to a table for loading from a file. ah ok, the download seems to be down though :/ Wayback machine still has it :cool:
by Fuzzlix
Sun Oct 01, 2017 8:17 am
Forum: General
Topic: what is best/simple ui library
Replies: 4
Views: 4423

Re: what is best/simple ui library

Hi crystal:
I use Suit for my hobby work too. Suit is more a ui-skeleton than a complete ui with well defined look and feel. It gives you the fredom to design your ui like you want. You should shurly give Suit a try.
Buttons made with Suit and customized suit.theme
Buttons made with Suit and customized suit.theme
suit-menu.png (64.19 KiB) Viewed 4365 times
by Fuzzlix
Tue Sep 26, 2017 6:59 am
Forum: General
Topic: Offline LÖVE documentation for download
Replies: 106
Views: 615971

Re: Offline LÖVE documentation for download

Hi Santos. I took a quick look into german and english version. Even as a native german i would prefer the english version. the look and feel is nice and friendly, easy to read. -> Santos: 10 points :) My wish is: -- no external links please. All relative links, hence my local copy revers to the pro...
by Fuzzlix
Sat Jan 14, 2017 10:04 am
Forum: Libraries and Tools
Topic: Building a Free Library of Images for Everyone
Replies: 245
Views: 688052

Re: Building a Library of Images for Everyone

Hi Eric.

Thank You very much for sharing this. Your seamless tiles are really great.