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
99
Haciendo aplicaciones desktop con NWJS
hugoruscitti
0
260
Taller de programación de videojuegos con pilas-engine
hugoruscitti
0
290
Taller: Introducción a Pilas (por Hugo Ruscitti)
hugoruscitti
0
390
Desarrollo de videojuegos con pilas-engine
hugoruscitti
1
120
Clase 4 - Bocetos y pintura
hugoruscitti
0
800
Haciendo aplicaciones complejas de manera simple
hugoruscitti
0
520
Cómo desarrollar videojuegos con pilas-engine
hugoruscitti
1
390
¡ La Vaca Voladora !
hugoruscitti
0
500
Other Decks in Programming
See All in Programming
Rancher と Terraform
fufuhu
0
110
Flutter로 Gemini와 MCP를 활용한 Agentic App 만들기 - 박제창 2025 I/O Extended Seoul
itsmedreamwalker
0
150
Jakarta EE Core Profile and Helidon - Speed, Simplicity, and AI Integration
ivargrimstad
0
200
STUNMESH-go: Wireguard NAT穿隧工具的源起與介紹
tjjh89017
0
380
MCPで実現するAIエージェント駆動のNext.jsアプリデバッグ手法
nyatinte
6
880
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
200
🔨 小さなビルドシステムを作る
momeemt
1
510
サーバーサイドのビルド時間87倍高速化
plaidtech
PRO
0
490
令和最新版手のひらコンピュータ
koba789
14
8k
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
100
GitHub Copilotの全体像と活用のヒント AI駆動開発の最初の一歩
74th
8
3.2k
WebAssemblyインタプリタを書く ~Component Modelを添えて~
ruccho
1
910
Featured
See All Featured
A Tale of Four Properties
chriscoyier
160
23k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
KATA
mclloyd
32
14k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
110
20k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Optimizing for Happiness
mojombo
379
70k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.6k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.4k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Balancing Empowerment & Direction
lara
2
590
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!