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
270
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
810
Haciendo aplicaciones complejas de manera simple
hugoruscitti
0
530
Cómo desarrollar videojuegos con pilas-engine
hugoruscitti
1
400
¡ La Vaca Voladora !
hugoruscitti
0
510
Other Decks in Programming
See All in Programming
GitHub Actions × AWS OIDC連携の仕組みと経緯を理解する
ota1022
0
240
高度なUI/UXこそHotwireで作ろう Kaigi on Rails 2025
naofumi
4
3.5k
複雑化したリポジトリをなんとかした話 pipenvからuvによるモノレポ構成への移行
satoshi256kbyte
1
770
株式会社 Sun terras カンパニーデック
sunterras
0
230
Railsだからできる 例外業務に禍根を残さない 設定設計パターン
ei_ei_eiichi
0
300
Le côté obscur des IA génératives
pascallemerrer
0
120
Playwrightはどのようにクロスブラウザをサポートしているのか
yotahada3
7
2.3k
AIで開発生産性を上げる個人とチームの取り組み
taniigo
0
130
ネイティブ製ガントチャートUIを作って学ぶUICollectionViewLayoutの威力
jrsaruo
0
130
CSC509 Lecture 03
javiergs
PRO
0
330
2分台で1500examples完走!爆速CIを支える環境構築術 - Kaigi on Rails 2025
falcon8823
3
3.2k
Conquering Massive Traffic Spikes in Ruby Applications with Pitchfork
riseshia
0
150
Featured
See All Featured
Bash Introduction
62gerente
615
210k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Navigating Team Friction
lara
189
15k
Speed Design
sergeychernyshev
32
1.1k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
960
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Unsuck your backbone
ammeep
671
58k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Gamification - CAS2011
davidbonilla
81
5.5k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
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!