- Add a new argument to
user_func
i.e.event_env
environment object. Use this to pass particular values back to the rendering framework.- Programattic closing of the interactive window from within
user_func
by settingevent_env$close
to a non-NULL value - Allow the user to adjust FPS from within the
user_func
by settingevent_env$fps_target
- Programattic closing of the interactive window from within
- Initial release