layout | title | date | categories | tags | ||||
---|---|---|---|---|---|---|---|---|
post |
Microcontrollers - Flaki - Front-trends Warsaw 2017 |
2017-05-24 18:00:00 +0100 |
|
|
These are my notes from Front-trends 2017 Warsaw conference.
JS Code invaders
- 100 righe di javascript
To learn something you need motivation - motivation comes from the realization of creativity, and maybe the fun of creating a little game
Arduboy - giochino fatto con arduino embeddato in hardware cheap (40$)
- fallimento perché 200mb IDE da scaricare e imparare C++
So why don't we create a game like that in JS and load it in a hardware like that?
Ha fatto vedere la demo del dinosauro che corre e salta i cactus sull'arduino che aveva sul tavolo :) come ci è finito?
- se usiamo il canvas come se fosse il codice, le sound api come se fosse piezo-speaker, i tasti come se fossero i tasti di Arduino...
- ha usato rurh.js (?) ah no mi sa che è una conf a cui ha fatto lo speech l'anno scorso
Poi lo ha fatto vedere con un joypad wireless Poi su uno smartphone
Fa vedere micro.bit device - la cosa figa è che è un computer che danno ad ogni bambino in 5° elementare, lo metti dentro, vai su un sito, crei un gioco o un programma, premi download, trascini il file sul device (che appare come pen drive) e ciaone. Ha un 25 LED display, ha una bussola, ha bluetooth integrato, ci puoi connettere device aggiuntivi, ad esempio un display esterno. Ci puoi giocare anche a space invaders se sostituisci i tasti left e right con l'accelerometro. E' progressive enhancement.
WebVR funzionerà bene con il device self-contained presentato a Google I/O.
http://cld.by/invaders http://cld.by/firefox
@flaki