By Thierry.Lefort
via gamedev.net
Published: May 28 2008 / 10:41
Active rendering is a style of programming that allows Java code to handle all of the rendering in a simple while loop. This approach resembles traditional game programming, allowing more time to be spent developing a game and less time spent worrying about which paint method to override.
Add your comment