Search found 5 matches
- Thu May 28, 2015 4:22 am
- Forum: General
- Topic: Avatars: OBEY!
- Replies: 763
- Views: 1235297
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...
- Fri Jul 20, 2012 6:54 pm
- Forum: Support and Development
- Topic: Color Key in image
- Replies: 1
- Views: 2533
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...
- Fri Jul 20, 2012 6:48 pm
- Forum: Support and Development
- Topic: How can I write C++ code in Love
- Replies: 4
- Views: 5349
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/
There is a lua library called Alien. This lib has functions to access native code in dynamic libraries(*.dll/*.so).
http://alien.luaforge.net/
- Fri Jul 20, 2012 6:42 pm
- Forum: Support and Development
- Topic: How can I write C++ code in Love
- Replies: 4
- Views: 5349
- Thu Aug 04, 2011 6:57 pm
- Forum: Support and Development
- Topic: Coloring images and particles
- Replies: 6
- Views: 2732
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?