Monthly Archives: March 2010

Getting more accurate timer values …

Windows has support for 64bit timers – giving you the chance to have a more accurate timing source. Here is a source code example to use the available API calls: frequency := OSUInt64 new. firstTick := OSUInt64 new. secondTick := … Continue reading

Posted in Smalltalk | Leave a comment

OpenGL Wrapper – new version

I’m happy to announce a new version of an OpenGL wrapper library for VASmalltalk. My very, very (!!!) special thanks to Sebastian Heidbrink, who took my original code and did a complete rewrite of the GUI/widget layer and made it … Continue reading

Posted in Smalltalk | Leave a comment