Project 5b: Rigid Body Simulation

CS 7492, Spring 2021

Due: TBD

Objective

This project is a departure from most of the projects in this course because we will use someone else's simulation library to carry it out. In particular, we will use the pybullet rigid-body simulator.


Rigid-Body Simulation

Details to be provided later.

Turning In Your Assignment

Turn in your project on Canvas. Please zip up the Processing folder that contains your code and submit this zip file. Do NOT use tar or rar to compress your folder.


Authorship Rules

The code that you turn in must be entirely your own. You are allowed to talk to other members of the class and to the teacher about general implementation issues. It is also fine to seek the help of others for general programming questions about Processing. You may not, however, use code that anyone other than yourself has written. Code that is explicitly not allowed includes code taken from the Web, from books, or from any source other than yourself. You should not show your code to other students. Feel free to seek the help of the teacher for suggestions about debugging your code.