Friday, March 23, 2007

I'm working on Step again

Two days ago I've finally submitted my SoC proposal about Step. It has got some time to write it, but even if I won't be accepted my proposal will still be useful as a roadmap for Step (but I will have to scale times in it taking into account my summer job).

So, now Step can simulate 2d rigid bodies, its time to start the most challenging part: collision detection and constraint solving. The former is not very hard but the latter is quite interesting. There are several known algorithms for it with their props and cons. ODE uses Dantzig LCP, Bullet - sequential impulse relaxation but I've heard they want to replace it with Featherstone's algorithm. Of course 2d case is really a lot easier than 3d and my focus is on accuracy rather then on performance... Anyway this task is really interesting and I'm looking forward to finish this post and start working on it !

Monday, March 5, 2007

My first blog

So I've finally started my own blog. Actually I'm not a big fan of writing but I need a place to post news about Step development.

I hope there soon will be nice pages about Step on edu.kde.org (as suggested by and with help of Anne-Marie Mahfouf). Some time later I'm going to do another pre-release of Step - last release on sourceforge is quite outdated.