Question: Bouncing Cubes For this project you are to create a graphical program that when run, shows a handful of cubeshaped figures moving around the screen.
Bouncing Cubes
For this project you are to create a graphical program that when run, shows a handful of cubeshaped figures moving around the screen. You will not start from sratch for this project, instead, you will take a starting template, and extend it so that it has some additional functionality. If you are on a Windows OS, make sure Visual Studio is installed, and that all the workloads for C++ development are installed, including Destop development with C++ and Game development with C++. Open Visual Studio and create a new project using the DirectX 12 App template. Make sure to choose the version of this template under the C++ category. If you are on Mac OS, make sure to have the XCode development tools installed and up-to-date. Create a new project using the Game template and make sure that the rendering engine is OpenGL or Metal based, and that the language used is C++. In either case, once you have created this starter project, you should be able to run the project and a rotating 3D cube will be rendered in the middle of the screen. For this project, you are to augment this starter program so that there are more than 1 cubes on the screen, and so that they move around the screen.
I need this for visual studios C++ thank you.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
