Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Fixing VectorGraphic Transforms and Arcs. Fixing Graphics drawing. #81

Closed Davidah121 closed 3 years ago

Davidah121 commented 3 years ago

closes #80 closes #79 closes #5 closes #17

Note that even though #80 and #17 are being closed, they still have room for improvement and some features are missing such as gradient fills and stroke drawing. Arc drawing is still a little wonky but that will be fixed when all the draw functions are made consistent using round functions.

Davidah121 commented 3 years ago

A series of functions were added to shape for bounding circles. This may not stay. Not every collision method has been implemented as well.