CodingTrain / CodingTrain/Suggestion-Box
Fibboancci sphere
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
The Fibonacci Sphere is an algorithm for uniformly arranging points on a sphere. The code to produce the algorithm is simple with only basic trigonometry making it a good candidate for novice level coders. It would pair well with the [Coding Challenge #25: Spherical Geometry](https://www.youtube.com/watch?v=RkuBWEkBrZA) and would fit @shiffman atheistic when it comes to visual output in his challenges.
- Blog Post explaining the algorithm: [Generating Equidistant Points on a Sphere](https://bduvenhage.me/geometry/2019/07/31/generating-equidistant-vectors.html)
- Demo [Fibonacci Sphere](https://rreusser.github.io/fibonacci-sphere/)

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.