Search found 6 matches

by EmmaGees
Fri May 22, 2020 1:42 am
Forum: General
Topic: Love2D to switch
Replies: 11
Views: 27117

Re: Love2D to switch

FYI lovepotion is a ground-up rewrite of love's APIs (rather than a port), with the purpose of running on homebrew operating systems for Nintendo hardware. It's not a tool that would let you sell a game on Switch or otherwise publish to Nintendo's services. There is at least one real port of love (...
by EmmaGees
Sat May 09, 2020 9:22 pm
Forum: Support and Development
Topic: love.graphics.draw are the x and y floats ? is floor needed ?
Replies: 7
Views: 5000

Re: love.graphics.draw are the x and y floats ? is floor needed ?

Oke, so now I'm going to floor all draw functions. But what about the translate and transform actions ? Do I need to floor them ? Are there other function that I need to know, where I need to use floor from now on ? You should definitely floor translate functions (for the best result) or ceil if yo...
by EmmaGees
Sat May 09, 2020 3:58 pm
Forum: Support and Development
Topic: love.graphics.draw are the x and y floats ? is floor needed ?
Replies: 7
Views: 5000

Re: love.graphics.draw are the x and y floats ? is floor needed ?

If you don't use math.ceil or math.floor on the stuff you draw then you will have weird jittering when moving the camera and sprites around. Displays can't actually draw anything at exactly something like "2.5, 2.7" so that's why you get weird results when not rounding it up or down
by EmmaGees
Wed May 06, 2020 1:32 am
Forum: General
Topic: having a difficult time learning love
Replies: 4
Views: 4745

Re: having a difficult time learning love

Clickbait name in my opinion but still a good source for learning:
Learn Lua in 15 Minutes

Also you're not supposed to memorize per say, you're supposed to learn the principles behind Lua, once you understand the basics of computer logic and Lua you can do anything if you put your mind to it.
by EmmaGees
Wed May 06, 2020 1:19 am
Forum: Libraries and Tools
Topic: deleted
Replies: 3
Views: 8179

deleted

deleted
by EmmaGees
Mon May 04, 2020 8:04 pm
Forum: Libraries and Tools
Topic: deleted
Replies: 3
Views: 8179

deleted

[snip]