Search found 4 matches
- Thu Jan 29, 2015 8:35 pm
- Forum: Libraries and Tools
- Topic: Love2D Currency Converter Mini Project
- Replies: 1
- Views: 1147
Love2D Currency Converter Mini Project
So I haven't posted in these forums in a long time. I wanted to enter a programming competition for my school and my computer teacher gave me project details of last years' competition. One was a currency converter from a set list of currencies. I thought doing this in Visual Studio would be too eas...
- Fri Aug 02, 2013 2:26 pm
- Forum: Support and Development
- Topic: [Solved] Shearing Factor?
- Replies: 6
- Views: 3107
Re: Shearing Factor?
A for-loop (and while- and repeat- loops) would completely run within one frame. To get smooth transitions you have to change the parameters gradually over many frames. So a for-loop is not the right approach here. Instead have a variable, that counts time: function love.update(dt) timer = timer + ...
- Fri Aug 02, 2013 10:25 am
- Forum: Support and Development
- Topic: [Solved] Shearing Factor?
- Replies: 6
- Views: 3107
Re: Shearing Factor?
Sorry for not replying quickly. Alright, I can see what shearing does thanks to the example. I'm assuming to get any results like in the example you would have to use something like a for loop so that you can smoothly transition it and such correct? (To prevent from me having to make a new thread I ...
- Tue Jul 30, 2013 4:13 pm
- Forum: Support and Development
- Topic: [Solved] Shearing Factor?
- Replies: 6
- Views: 3107
[Solved] Shearing Factor?
Alright, to start things off, I am completely new to Love2D, but I am decent with the actual Lua programming language. For the next few days i'll be a total narb at Love2D, so I apologize for asking such a simple question that I have yet to understand. I would just like an answer if you can provide ...