So, I'm gradually working towards making a simple fighting game, using my Kinect as the input sensor. I think initially it'll be one person punching a punching bag, then two people competing, and then probably some sort of computer controlled AI which looks at your pose, and chooses the right pose/move accordingly (although since I … Continue reading To share or not to share…
Tag: Boost
Portable C++ on Windows: Part 2 – Libraries
In the previous post in my series on Portable C++ on Windows, Compilers and Command Lines, we walked through the steps required to set yourself up with a windows-based C++ development environment which doesn't rely on the Microsoft platform. We walked through getting set up with MinGW (GCC for Windows), MinGW-MSYS (BASH for Windows) and … Continue reading Portable C++ on Windows: Part 2 – Libraries