http://www.perlmonks.org?node_id=829116


in reply to RFC: A Perl module for DirectX

One thing I really like about OpenGL is the GLUT library, which makes it fairly trivial to bring up a window and have (keyboard) interaction with the program. Providing something similar would make it really easy to jumpstart an application to test the application. In the long run, both, GLUT and your event loop will likely become a roadblock, but you have to reach such a roadblock first.

The other recommendations are with regard to distribution: