Friday, April 10, 2009

3D OpenGL Image Viewer



Video 1 - I'm working on a new software project, and this video represents my progress so far. I've only got the basic plumbing done, so this video is just a quick test to make sure it all worked.

Tuesday, April 7, 2009

Multithreaded C++ application.

I'm working on a new multithreaded project. Here's a list of API's I've been using a lot this week:

  • InitializeCriticalSectionAndSpinCount()
  • ReadDirectoryChangesW()
  • CreateThread()

Let's just say I'm working on something fun.