This week I finally started doing my final year project. It's exciting! At the moment I am trying to construct a Graph structure of several motions where vertices are motions and edges are possible transitions between motions. As usual, I am using this project as an opportunity to explore new technologies. This time I am featuring a little demo of boost::graph, which is a part of Boost C++ library package. And I must say, like anything I encountered in Boost, it's very cool.
More cool stuff soon! Just as a teaser, another API we are going to see soon is QtConcurrent which is part of Qt. I still haven't decided whether I am going to use Qt for GUI. I fear I won't have enough time for that.