Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 599 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 599 Bytes

ShapeTools

A simple project for rendering several shapes.

Bezier

Rendering a bezier

Circle

Rendering a circle

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.