CodingTrain / CodingTrain/Suggestion-Box
[Quantum Continuum]: Criss-Cross made with P5JS - Spiritus Sanctus Style
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 570
- Forks
- 85
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
    
## Good morning, Dear Daniel ( @shiffman ) and P5JS-ians!
### Let me please share with You this sketch idea :anchor: :angel:
Live Demo: https://gvitalie.github.io/criss-cross/
Source Code: https://github.com/gvitalie/criss-cross/tree/gh-pages
# Criss-Cross
Spiritus Sanctus
https://en.wiktionary.org/wiki/Spiritus_Sanctus
## Template Sketch

# Criss-Cross: made with P5JS :1234:

```javascript
# sketch.js
function setup() {
createCanvas(windowWidth, windowHeight);
}
function draw() {
background(51);
stroke('yellow');
strokeWeight(10);
noFill();
push();
stroke('red');
strokeWeight(10);
arc(width/2, height/2 - 420, 100, 100, PI, 0, PIE);
translate(width/2 , height/2 - 420);
for (let i = 0; i < 10; i++){
if( i ) rotate(-PI/9);
line(50, 0, 80, 0);
}
pop();
line(width/2, height/2 - 400, width/2, height/2 + 300);
line(width/2 - 200, height/2 - 200, width/2 + 200, height/2 - 200);
line(width/2 - 200, height/2 - 100, width/2 + 200, height/2 + 200);
push();
stroke('red');
strokeWeight(10);
arc(width/2, height/2 + 320, 100, 100, 0, PI, PIE);
translate(width/2 , height/2 + 320);
for (let i = 0; i < 10; i++){
if( i ) rotate(PI/9);
line(50, 0, 80, 0);
}
pop();
push();
stroke('aqua');
strokeWeight(10);
translate(width/2 - 150, height/2 + 60);
for (let i = 0; i < 3; i++){
if (i > 0) rotate(PI/3);
line(0, 50, 0, -50);
}
pop();
push();
noStroke();
fill('aqua');
translate(width/2 + 150, height/2);
for (let i = 0; i < 100; i+=10){
ellipse(0, i, i);
}
pop();
}
```
### Lindsey Stirling - Dance of the Sugar Plum Fairy
_Note: Clicking on image below will open a video on YouToBee._
[](https://youtu.be/0RkSy6ElNIY)
### Kris Kross - Jump
_Note: Clicking on image below will open a video on YouToBee._
[](https://youtu.be/010KyIQjkTk)
### CGI Animated Short Film HD: "Quantum Jump Short Film" by Hayk Sahakyants
_Note: Clicking on image below will open a video on YouToBee._
[](https://www.youtube.com/watch?v=FVNJFBI0b-g)
### Lindsey Stirling - Warmer in the Winter Tease
_Note: Clicking on image below will open a video on YouToBee._
[](https://youtu.be/xqKVi_qmsME)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Revisa primero la demo en vivo vinculada, el repositorio de código fuente externo y el ejemplo incrustado de sketch.js. El issue no identifica ningún cambio en el repositorio Suggestion-Box ni especifica un criterio de finalización, por lo que habría que establecer el alcance y el estado de finalización antes de la implementación.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript
- Á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
- 15/100