https://github.com/tsoding/midpoint-circle-visualization
https://en.wikipedia.org/wiki/Midpoint_circle_algorithm
https://github.com/tsoding/midpoint-circle-visualization
hacktoberfest hacktoberfest2020
Last synced: 3 months ago
JSON representation
https://en.wikipedia.org/wiki/Midpoint_circle_algorithm
- Host: GitHub
- URL: https://github.com/tsoding/midpoint-circle-visualization
- Owner: tsoding
- License: mit
- Created: 2016-06-21T18:04:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T23:07:32.000Z (over 4 years ago)
- Last Synced: 2025-10-12T13:33:05.202Z (3 months ago)
- Topics: hacktoberfest, hacktoberfest2020
- Language: Rust
- Size: 16.6 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Midpoint Circle Visualization Demo
Implementation of the [Midpoint Circle Visualization](https://en.wikipedia.org/wiki/Midpoint_circle_algorithm) in [Rust](https://www.rust-lang.org/).
This was done in 2016 as a small research project on how to draw circles with [SDL2](https://www.libsdl.org/) since vanilla SDL2 does not allow you to do that. For that old implementation see the [2016-attempt](./2016-attempt/) folder.
In 2021 [@rexim](https://github.com/rexim) revisited this implementation on a [Tsoding](https://twitch.tv/tsoding) stream to see how much he improved as a programmer. See the [2021-attempt](./2021-attempt/) folder. Recording of the stream is available at `[TBD]`