Thanks for checking out our project! Itsy Bitsy is a dynamic, user-controlled spider built using C++ and its OpenGL API. Itsy's legs are managed using an inverse kinematics algorithm.
- Justin Cheng (jcheng59)
- Austin Funk (afunk3)
https://github.com/jqhc/CS1230-Final-Project
- Open
CMakeLists.txt
in Qt Creator. - Press the "Build" button at the bottom left to build the project.
- Press "Run" at the bottom left to run the project!
The camera can be controlled with WASD (for forward and side-to-side movement) and the Ctrl/Cmd and Space keys (for world up and down movement).
Itsy Bitsy can be controlled using the arrow keys (up and down to move forwards and backwards, and left and right to rotate).
Itsy will not walk off the edge! He will simply keep walking as though the ground was there. As such, try not to leave the area.
The following resources were used as references when implementing the inverse kinematics algorithm: