Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

The last version supporting Linux TTvTT

Pre-release
Pre-release
Compare
Choose a tag to compare
@baatochan baatochan released this 21 May 01:05
· 22 commits to master since this release

The last version of the app that can be compiled on Linux.

I needed precise time measured and went for QueryPerformanceCounter which is Windows only as it was the easiest solution for me (used that in the first project from this course).

The implementation of algorithms does have few small bugs, so for running the final version on Linux the easiest way is to get rid of test() method. There's also a possibility to change QueryPerformanceCounter to something Linux- or multiplatform-friendly.