NewsNew Hardware
Computer graphicsInverse Kinematics
Also added some slides on Character Animation (lectures given at Middle East Technical University, Turkey and CodeCamp Buenos Aires 2008). Robot soccerSimpleSot
An implementation for the FIRA robot soccer simulator can be found in the Robot Soccer section. Pseudo-random number generatorMersenne TwisterAn implementation using a single class (through template) to provide 32 and 64-bit random integers alike. This implementation has a speed-up of about 38% against the original implementation on 64-bit version, about 70% on 32-bit and about 500% against rand(), generated by Microsoft Visual Studio 2005 Beta 2 targeted to x64 architecture, tested on a AMD Athlon 64 3000+ with Microsoft Windows XP Professional x64 Edition. Link. FIFA 08Gameplay recordingA stupid free-kick :) |
Diego Park <diegopark at gmail dot com> google

Computer Graphics final project about Inverse Kinematics. In particular, differential method using the Jacobian matrix was explored. Demo can be downloaded in the 