Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Demo Partículas
Search
Hugo Ruscitti
April 10, 2013
Programming
1
3.6k
Demo Partículas
Una demostración de animación usando javascript.
Hugo Ruscitti
April 10, 2013
Tweet
Share
More Decks by Hugo Ruscitti
See All by Hugo Ruscitti
Aprendiendo a programar videojuegos con pilas-engine
hugoruscitti
0
100
Haciendo aplicaciones desktop con NWJS
hugoruscitti
0
270
Taller de programación de videojuegos con pilas-engine
hugoruscitti
0
300
Taller: Introducción a Pilas (por Hugo Ruscitti)
hugoruscitti
0
400
Desarrollo de videojuegos con pilas-engine
hugoruscitti
1
130
Clase 4 - Bocetos y pintura
hugoruscitti
0
810
Haciendo aplicaciones complejas de manera simple
hugoruscitti
0
530
Cómo desarrollar videojuegos con pilas-engine
hugoruscitti
1
410
¡ La Vaca Voladora !
hugoruscitti
0
510
Other Decks in Programming
See All in Programming
dnx で実行できるコマンド、作ってみました
tomohisa
0
110
無秩序からの脱却 / Emergence from chaos
nrslib
1
10k
MAP, Jigsaw, Code Golf 振り返り会 by 関東Kaggler会|Jigsaw 15th Solution
hasibirok0
0
130
関数の挙動書き換える
takatofukui
4
750
Flutterチームから作る組織の越境文化
findy_eventslides
0
630
手軽に積ん読を増やすには?/読みたい本と付き合うには?
o0h
PRO
1
120
全員アーキテクトで挑む、 巨大で高密度なドメインの紐解き方
agatan
8
11k
海外登壇の心構え - コワクナイヨ - / how to prepare for a presentation abroad
kishida
2
110
Evolving NEWT’s TypeScript Backend for the AI-Driven Era
xpromx
0
210
FlutterKaigi 2025 システム裏側
yumnumm
0
1.2k
モダンJSフレームワークのビルドプロセス 〜なぜReactは503行、Svelteは12行なのか〜
fuuki12
0
130
30分でDoctrineの仕組みと使い方を完全にマスターする / phpconkagawa 2025 Doctrine
ttskch
3
600
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.3k
Embracing the Ebb and Flow
colly
88
4.9k
Why You Should Never Use an ORM
jnunemaker
PRO
60
9.6k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Building Applications with DynamoDB
mza
96
6.8k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Transcript
Demo Partículas Un ejemplo de programación en javascript Curso Formación
Profesional 2013 clase 2
Objetivo Crearemos una animación de fuegos artificiales directamente sobre el
navegador. ¡Usando javascript !
¿De donde viene? @seb_ly El código que vamos a construir
fue diseñado por Seb Lee-Delisle. Seb es un artista digital, apasionado por realizar programas visuales, interesantes y creativos.
¡ Comencemos !
Herramientas Necesitamos contar con un editor de textos, escribir algo
de HTML y abrirlo con un navegador.
Dibujar un rectángulo
Colores
Función
Variables
Animación
Movimiento mas suave
Gravedad y escala
Agrupando atributos
Movimiento aleatorio
Múltiples partículas
¡Listo!