Hi y’all!
After developing some 2d-animation under mac os x, i tried to make it run with windows. It renders the first frame then it doesn’t do anything, not even throw an exception.
Disappointed I tried if some of NeHe’s demos work (lesson04 and lesson06), but neither did (no modification, of course). They all stop after the first frame being rendered.
Looks like display() is called just once, what can I do?
My project has to be done ntil next week and there’s still lots of work to do. I don’t want to go back to Java2d, which was much too slow.
Thanks in advance