tsoding / midpoint-circle-visualization

https://en.wikipedia.org/wiki/Midpoint_circle_algorithm

Repository from Github https://github.comtsoding/midpoint-circle-visualizationRepository from Github https://github.comtsoding/midpoint-circle-visualization

Midpoint Circle Visualization Demo

Implementation of the Midpoint Circle Visualization in Rust.

This was done in 2016 as a small research project on how to draw circles with SDL2 since vanilla SDL2 does not allow you to do that. For that old implementation see the 2016-attempt folder.

In 2021 @rexim revisited this implementation on a Tsoding stream to see how much he improved as a programmer. See the 2021-attempt folder. Recording of the stream is available at [TBD]

About

https://en.wikipedia.org/wiki/Midpoint_circle_algorithm

License:MIT License


Languages

Language:Rust 100.0%