A simple project for rendering several shapes.
In both demos the shapes are updated each frame, normally you would not want that in a project. Therefore the Update function is commented out in the code.
Whenever you change one of the values, you simply call the Render()
function on the shape to update it.