From: Daan L. <daa...@xs...> - 2004-04-03 10:28:06
|
Hi Shelarcy, > Since wxHaskell supported for OpenGL canvas, I waited for > OpenGL canvas sample programm long long time. > > Because document is not good, so I don't understand how to use OpenGL > canvas. In Apr 2 2004, OpenGL's sample Screenshots was appeared, so I > want to know how to use wxHaskell OpenGL canvas using the HOpenGL binding. I haven't used it myself as I haven't been able to get HOpenGL (the haskell binding to openGL) working yet on my windows machine. As such, using openGL with wxHaskell is still a bit experimental terrain. The best thing you can do is to ask Sean Seefried if you can send you his code so that you can see a specific example. The technology though is pretty straightforward: just create an openGL canvas and activate it -- after that, all openGL commands are directed to that window, whether you use HOpenGL or other openGL code. All the best, Daan. > > > -- > shelarcy <she...@ca...> > http://page.freett.com/shelarcy/ > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President > and CEO of GenToo technologies. Learn everything from > fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > wxhaskell-users mailing list wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users > > |