Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tralves/vuebots
Code from the talk "VUEJS POWERED FLUFFY KILLING ROBOTS"
https://github.com/tralves/vuebots
Last synced: about 2 months ago
JSON representation
Code from the talk "VUEJS POWERED FLUFFY KILLING ROBOTS"
- Host: GitHub
- URL: https://github.com/tralves/vuebots
- Owner: tralves
- Created: 2020-06-02T14:51:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T20:07:06.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T04:14:53.140Z (9 months ago)
- Language: JavaScript
- Size: 3.76 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuebots!
![alt text!](https://github.com/tralves/vuebots/raw/master/docs/vuebots.png "Vuebots!")
This repo contains the code from the talk "VUEJS POWERED FLUFFY KILLING ROBOTS".
(link to talk will go here soon)
#### `reactivity/`
`reactivity/` contains the first experiments using `@vue/reactivity` to control LEDs, react to (physical) buttons and potentiometers.
#### `components/`
In `components/`, we use `@vue/runtime-test` to create `Led` and `Button` components that can be mounted and "rendered" together.
#### `vuebot3000/`
![alt text!](https://github.com/tralves/vuebots/raw/master/docs/vuebot3000.png "Vuebot 3000!")
A vuebot capable of expressing the full range of human emotion: sadness/happiness and evil/good.
Uses vue components compose the robot logic and even a "use function" to abstract eye blinking.