digbuild icon indicating copy to clipboard operation
digbuild copied to clipboard

Port to Windows

Open emezeske opened this issue 14 years ago • 2 comments

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.

emezeske avatar May 04 '11 08:05 emezeske

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.

remram44 avatar Aug 02 '11 12:08 remram44

Holy crap, that is awesome!

emezeske avatar Aug 15 '11 17:08 emezeske