top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Animation Basics

Project type

C++, Python, Computer Graphics, Animation

- In this project, I have implemented some basic animation features, such as forward kinematics, inverse kinematics, linear blend skinning, and keyframe animation.
- To calculate the inverse kinematics, I utilized two optimization methods: the Jacobian inverse method (Gradient descent) and the Damped Jacobian inverse method.

bottom of page