← Back to topics
Topic

Some of the C++ libraries used by z-training + more

a
adminModerator
I've GPL-ed some the libraries used by z-training, and a lot of other projects I was working on.

You can find them here: https://github.com/zlateski/zi_lib/tree/master/zi/

The whole library is HEADER ONLY, and most of the stuff is heavily tested.

Supported compilers are:
gcc 4.0.0+
msvc (tested with msvc 2009+)
mingw
comeau c++

tested on Linux, MaxOS, and Windows

Maybe the most valuable part is the threading library: https://github.com/zlateski/zi_lib/tree/master/zi/concurrency/
a
adminModerator
I forgot to mention that you can use zi_lib on z-training (you still can't spawn new threads, though), an example of using it would be:
http://www.z-trening.com/submit.php?submit=7100188445&subm_code=1
G
Geomaster
It's very good to hear that, the libraries look really great and I feel like I can use them for some of my projects. The AI one is really interesting to me so I downloaded it and I am now trying to understand it :) Kudos for all this.