lahlidahlia / cs350-convex-hull

Implementation of the convex hull for cs350.
MIT License
0 stars 0 forks source link

A way to create visualizations of the algorithms in progress. #8

Closed lahlidahlia closed 5 years ago

lahlidahlia commented 5 years ago

We should find some way to create a visual that can explain how our algorithm work. This can be done by either implementing a step feature where we can show the charting happening step by step. This can also be done by just brute-force charting some visualization when we need it.

Needs to be reconsider as our program develops.

lahlidahlia commented 5 years ago

I see that we are already creating pictures of these intermediate steps already. Very nice! Leaving this issue up because the visualization we need might need to be more extensive.