Seleccionar página
Vanilla JS Graphics and Animations por Ibon Tolosana

Vanilla JS Graphics and Animations por Ibon Tolosana

Una charla introductoria a la generación de gráficos y animación con vanilla javascript. Coordenadas homogéneas, composición de transformaciones, easing, técnicas de animación, tessellation, clip, masks, shaders … todo desde el concepto hasta su ejecución final....
Vanilla JS Graphics and Animations por Ibon Tolosana

Mastering UIs with Finite State Machines por Rubén Sospedra

Did you ever feel like monkey patching your UI component? Adding too many if/else, handling a lot of complexity or hacking several non-desired side effects. Did you ever have a problem with double-clicking an async button? Fetching multiple times the same resource in...
Vanilla JS Graphics and Animations por Ibon Tolosana

3D virtual puppet remote controlled with smartphone por Gorka Ludlow

I will describe the process and challenges when I undertook the development of Puppets (https://github.com/AquiGorka/puppets). There are two parts to this app: A webapp that renders a WebGL scene using ThreeJS where a virtual marionette is drawn. The body parts are...
Vanilla JS Graphics and Animations por Ibon Tolosana

Escribiendo Service Workers con Workbox por Pablo Magaz

Los serviceWorker son sin duda el corazón de las, cada vez más populares Progressive Web Apps. Workbox es la librería creada por Google que simplifica de forma notable la escritura de service workers mediante una API potente y sencilla. A lo largo de la charla veremos...