Re: Simple example with NEWT but without animator
Posted by
gouessej on
Nov 11, 2013; 2:30pm
URL: https://forum.jogamp.org/Simple-example-with-NEWT-but-without-animator-tp4030571p4030574.html
Hi
If you don't use an animator, you'll have to call display() by yourself which is exactly what an animator does. Therefore, I advise you to use an animator.
You can add some listeners into the GLWindow to get user's input.