Hello Simon, 2010/12/15 Simon <[email protected]>: > Hi there! or rather... Hello world! > > I'm new to Wt, but [strong]very[/strong] impressed so far. I've > been doing some OpenGL for the past few years so I'm obviously > interested by the graphic stuff... I'm currently playing with the > WPaintedWidget and I think a nice addition to my program would be a > means to redraw at every N seconds to make an animation. >
No doubt you noticed the WGLWidget class and the webgl example, which is a first go at WebGL support in Wt... :) For the redraw functionality, use a WTimer. Best regards, Wim. ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
