Search found 396 matches

by Luiji
Sat Aug 14, 2010 11:57 pm
Forum: General
Topic: Wikipedia page
Replies: 33
Views: 14670

Re: Wikipedia page

Cool idea.

Code: Select all

local origrun = love.run
function love.run ()
  LEVEL = "PSYCOTIC WIKIPEDIA"
  origrun ()
end
(Figured I put a little interesting code here to buff out my "Cool idea." post.)
by Luiji
Sat Aug 14, 2010 10:26 pm
Forum: General
Topic: LÖVE - OS X Snow Leopard Edition
Replies: 7
Views: 3699

Re: LÖVE - OS X Snow Leopard Edition

And a me shutting up now.
by Luiji
Sat Aug 14, 2010 10:25 pm
Forum: General
Topic: Wikipedia page
Replies: 33
Views: 14670

Re: Wikipedia page

Or just make blog posts and use them as references.
by Luiji
Sat Aug 14, 2010 10:25 pm
Forum: General
Topic: LÖVE - OS X Snow Leopard Edition
Replies: 7
Views: 3699

Re: LÖVE - OS X Snow Leopard Edition

ANOTHER USELESS POST
by Luiji
Sat Aug 14, 2010 7:22 pm
Forum: General
Topic: LÖVE - OS X Snow Leopard Edition
Replies: 7
Views: 3699

Re: LÖVE - OS X Snow Leopard Edition

CITIZEN
by Luiji
Sat Aug 14, 2010 7:13 pm
Forum: General
Topic: vector based graphics
Replies: 7
Views: 2557

Re: vector based graphics

looks like the Maryo game is using vectors, or maybe they are bitmaps that were rendered from vectors? If by Maryo you mean Secret Maryo Chronicles, then the latter. They are bitmaps rendered from vectors. Rendering vectors constantly would massively slow down the game for how complicated the graph...
by Luiji
Sat Aug 14, 2010 7:07 pm
Forum: General
Topic: Love, UPX, and you!
Replies: 17
Views: 4371

Re: Love, UPX, and you!

UPX is cool, but I don't recommend using the LZMA option because LZMA requires a lot of overhead during the decompression stage. The default options are sufficient.
by Luiji
Sat Aug 14, 2010 6:11 pm
Forum: General
Topic: Wikipedia page
Replies: 33
Views: 14670

Re: Wikipedia page

Kordman916 wrote:I have no idea why that was turned down...
Exorbulently (I'm not sure but I think I made this word up) late reply (was away for awhile), but it was turned down due to lack of good references.
by Luiji
Thu Jul 29, 2010 11:19 pm
Forum: General
Topic: Wikipedia page
Replies: 33
Views: 14670

Re: Wikipedia page

I wrote this article and it got turned down, sadly. Feel free to canabalize it.

http://en.wikipedia.org/wiki/User:Topsfield99/L%C3%96VE
by Luiji
Sat Jul 24, 2010 5:31 am
Forum: Libraries and Tools
Topic: Per-Pixel Collision...
Replies: 22
Views: 17698

Re: Per-Pixel Collision...

Knolls? Well, now I understand where the IRC bot's name comes from!

Pixel perfect collision is cool! Currently to get such functionality you need to use the heavy love.physics library, so this will be great!