CodingTrain / CodingTrain/Suggestion-Box
Mystic Rose
- Lingua principale
- Nessun dato sulla lingua
- Stelle
- 570
- Fork
- 85
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
The mystic rose is a pretty simple pattern, yet it looks cool. It works quite simply: you have a circle, the circle has 'N' points on it (they don't necessarily need to be evenly spaced), and then each point on the circle connects to every other point on the circle.
A simple demonstration for this is : http://demonstrations.wolfram.com/TheMysticRose/
One solution for this in p5 and Processing was this : https://gist.github.com/AlcaDesign/7ec612e94b19f9a2865a8f1cbcd95573 although there are a few performance issues.
Note : To debug certain issues (too many/too little lines being drawn - and other related problems) the formula (N² / 2) + (N / 2) calculates how many lines should be drawn with a set number of points. N represents the number of points on the circle.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Review the linked Wolfram demonstration and the p5/Processing gist to understand the intended Mystic Rose behavior and its performance concerns. Use the line-count formula as a correctness check; the issue does not identify a repository entry point or a concrete completion target.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Ambito
- computer-graphics
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 20/100