Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to Windows #6

Open
emezeske opened this issue May 4, 2011 · 2 comments
Open

Port to Windows #6

emezeske opened this issue May 4, 2011 · 2 comments

Comments

@emezeske
Copy link
Owner

emezeske commented May 4, 2011

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.

@remram44
Copy link
Contributor

remram44 commented Aug 2, 2011

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.

@emezeske
Copy link
Owner Author

Holy crap, that is awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants