[perl-win32-gui-users] win32 gui opengl

2009-07-10 Thread peter
hello thanks kevin for the opengl example. i have used his example to display a triangle which can be rotated in a 3D space using the up down left right keys. also added a button and a textbox, i have 2 question: 1- i can rotate the triangle by keys, until i click on the button to display some

Re: [perl-win32-gui-users] Win32::GUI + OpenGL

2009-05-22 Thread Jason Plum
May I be lucky enough to pick my ass up and put it back onto my chair, then also say thanks for the well documented and detailed example! I myself have toyed with OpenGL via perl before, but have never thought of combining it with Win32::GUI myself. Seeing as I'm a maintainer for a game, and

Re: [perl-win32-gui-users] Win32::GUI + OpenGL

2009-05-22 Thread Robert May
I have also experimented with OpenGL and Win32::GUI. I started to write a module to integrate the two, but never completed it - I did get it running though, and successfully ported most of the examples that some with the OpenGL module. I'll make make my code available sometime next week, once I

Re: [perl-win32-gui-users] Win32::GUI + OpenGL

2009-05-22 Thread Jeremy White
I have also experimented with OpenGL and Win32::GUI. I started to write a module to integrate the two, but never completed it - I did get it running though, and successfully ported most of the examples that some with the OpenGL module. I've played with this too. Got the basics working, but

Re: [perl-win32-gui-users] Win32::GUI + OpenGL

2009-05-22 Thread Apu islam
...@users.sourceforge.net; perl-win32-gui-users@lists.sourceforge.net; kejoh...@hotmail.com Sent: Friday, May 22, 2009 12:50:50 PM Subject: Re: [perl-win32-gui-users] Win32::GUI + OpenGL I have also experimented with OpenGL and Win32::GUI. I started to write a module to integrate the two, but never

Re: [perl-win32-gui-users] Win32::GUI + OpenGL

2009-05-22 Thread Jeremy White
...@users.sourceforge.net; perl-win32-gui-users@lists.sourceforge.net; kejoh...@hotmail.com Subject: Re: [perl-win32-gui-users] Win32::GUI + OpenGL Does this mean, we will be able to make some kick ass 2D games using Win32::GUI and PERL? Shouldn't that need some type of threading

[perl-win32-gui-users] Win32::GUI + OpenGL

2009-05-21 Thread Kevin Marshall
Hey, This lengthy post is about how to use the Win32::GUI module together with the Perl OpenGL module (POGL). I would first like to thank the developers of Perl-Win32-GUI module. I have been using this module for a while now, and prefer using this module than coding the whole thing in