CodingTrain / CodingTrain/Suggestion-Box

Fibboancci sphere

Open
#1,533 0 comments 0 reactions 0 assignees View on GitHub
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/)

![Fibonacci Sphere](https://i.stack.imgur.com/zbO0o.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.