[ab] Rotozoom weirdness
Luke Crook
luke at balooga.com
Fri Dec 8 14:05:45 CST 2006
Anthony Fairchild <anthonyf at ...> writes:
> The solution is to do exactly what I was doing, write my own simple
> rotater. Now I'll have to optimize my Lisp code or write my own
> rotater in C and CFFI it in. At this point I think I will just leave
> my code as-is and optimize it later when everything else is done.
Anthony, do you have to do your rotations in real-time or is it possible to pre-
process and cache the rotations for each image?
FYI: I am busy updating the lispbulder-sdl API to take advantage of the new
finalize methods in the CFFI. So you will be able to create an SDL_Surface and
have the garbage collector take care of freeing the foreign surface when the
reference goes out of scope.
- Luke
More information about the application-builder
mailing list