Search found 1 match

by UnrealDiego
Sun Dec 01, 2013 9:38 pm
Forum: Support and Development
Topic: Drawing while in love.update function
Replies: 8
Views: 3773

Drawing while in love.update function

Hi, I'm pretty new to Löve/programming in general and I have the following problem: I want to program a visualized quick-sort. Now, I already visualized insert-sort and bubble-sort, by doing this: function love.update(dt) if G_StartSort then if Time:hasDelay(G_Speed) and not G_Stop then G_SortFuncs:...