CodingTrain / CodingTrain/Suggestion-Box
Mystic Rose
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 570
- Forks
- 85
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Revise la demostración de Wolfram enlazada y el gist de p5/Processing para comprender el comportamiento previsto de Mystic Rose y sus problemas de rendimiento. Use la fórmula del número de líneas como comprobación de corrección; el issue no identifica un punto de entrada del repositorio ni un objetivo concreto de finalización.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Área
- computer-graphics
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 20/100