Search found 5 matches

by pavanetti
Thu May 28, 2015 4:22 am
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1012985

Re: Is this funny now?

There's nothing to "get". ^.^ Just ... OBEY. Get it? I just thought it would be funny if all the avatars on every page said "OBEY" (OBEY, OBEY, OBEY). New users will be all liek "ZOMFG, why do all the avatars say `OBEY`lol". It will be funny. Some day ... This has more...
by pavanetti
Fri Jul 20, 2012 6:54 pm
Forum: Support and Development
Topic: Color Key in image
Replies: 1
Views: 2352

Color Key in image

In SDL library there is a function to extract background from image based in a color. As in this link: http://lazyfoo.net/SDL_tutorials/lesson05/index.php It's like the "Chroma key effect". If a pixel has the color, it will be transparent. It's possible in love when loading a image? Or onl...
by pavanetti
Fri Jul 20, 2012 6:48 pm
Forum: Support and Development
Topic: How can I write C++ code in Love
Replies: 4
Views: 4986

Re: How can I write C++ code in Love

There is a other way to access C code in Lua.

There is a lua library called Alien. This lib has functions to access native code in dynamic libraries(*.dll/*.so).
http://alien.luaforge.net/
by pavanetti
Thu Aug 04, 2011 6:57 pm
Forum: Support and Development
Topic: Coloring images and particles
Replies: 6
Views: 2548

Coloring images and particles

how does Love2D dye(color) particles in particle system? I saw a demo where image file was white with alpha channel. Particle system was coloring particles with colors passed as parameters. I want to know which technic is used in Love2D? Is pixel-by-pixel? Love uses sdl, right?