Search found 2 matches
- Mon Feb 02, 2009 1:42 am
- Forum: General
- Topic: How Did You Find (true) LÖVE?
- Replies: 55
- Views: 62513
Re: How Did You Find (true) LÖVE?
I was making my own lua-based 2d game scripting engine with stuff on it... Hey, I was doing the same thing. My brother found LOVE on reddit.com or StumbleUpon and recommended that I check it out, because he knew I was interested in Lua and game development. I looked through the documentation and re...
- Mon Feb 02, 2009 1:39 am
- Forum: General
- Topic: Rotate / scale / move entire screen?
- Replies: 3
- Views: 6030
Rotate / scale / move entire screen?
It looks to me like LOVE does not have functions to rotate, move or scale the window as a whole. These would be useful features. Moving the viewport is useful for creating scrolling games. Rotating and scaling are not as important, but are useful for some games and for special effects. All three sho...