love.draw

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
teeter11
Prole
Posts: 27
Joined: Sun Jan 12, 2014 8:48 pm

love.draw

Post by teeter11 »

is there a way to draw without the function love.draw?

If not then how can i send something to love.draw?
User avatar
veethree
Inner party member
Posts: 876
Joined: Sat Dec 10, 2011 7:18 pm

Re: love.draw

Post by veethree »

No, You can have functions with drawing calls and call them in love.draw if that's what you're after.
teeter11
Prole
Posts: 27
Joined: Sun Jan 12, 2014 8:48 pm

Re: love.draw

Post by teeter11 »

veethree wrote:No, You can have functions with drawing calls and call them in love.draw if that's what you're after.
crap what are calls, and how do i use them
User avatar
Kingdaro
Party member
Posts: 395
Joined: Sun Jul 18, 2010 3:08 am

Re: love.draw

Post by Kingdaro »

The reason love.draw exists is to separate internal logic and visual logic in the game. What are you trying to do, specifically? Chances are, there's a better way of going about it.
User avatar
veethree
Inner party member
Posts: 876
Joined: Sat Dec 10, 2011 7:18 pm

Re: love.draw

Post by veethree »

By drawing calls í mean functions like love.graphics.draw, love.graphics.rectangle etc. But like kingdaro said, if you tell us what exactly you're trying to do we can give you more specific answers.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest