digbuild
digbuild copied to clipboard
Port to Windows
This should not be very difficult. The only thing that I know has to be changed is that a new HighResolutionTimer class will need to be added to src/timer.h, with a Windows implementation (the existing class uses clock_gettime(), which is Unix-specific). Other than that, the port will mostly be tweaks to the build system.
Ok, I finally got it to build on Windows (using a Makefile). Seems to be working quite well...
Screenshot here: http://i.imgur.com/ciIm1.jpg
I've not tried using Scons yet.
Holy crap, that is awesome!