CUDA Bouncing Ball

Background

This is a simple GPU program for my Jetson Nano where I develop some shapes in C++ and use GPU elements to compute various sections of the frame (in this case a picture of shapes moving around the screen). Obviously this could also be done with OpenGL or some other language/API as well.

Building/Use

You can access the source code from my Cuda Bouncing Ball Github.
A build script is provided and the output is a BouncingShapes.avi file.

Possible Next Steps

  • Similar implementation with an ARM GPU.