https://github.com/lights0123/led3dmap
A tool to automatically create 3D mappings of lights from two videos
https://github.com/lights0123/led3dmap
3d-mapping fastled led nuxt rust-wasm wasm
Last synced: 11 months ago
JSON representation
A tool to automatically create 3D mappings of lights from two videos
- Host: GitHub
- URL: https://github.com/lights0123/led3dmap
- Owner: lights0123
- License: agpl-3.0
- Created: 2020-12-13T01:58:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-13T03:37:24.000Z (over 5 years ago)
- Last Synced: 2025-06-03T19:22:57.904Z (about 1 year ago)
- Topics: 3d-mapping, fastled, led, nuxt, rust-wasm, wasm
- Language: Vue
- Homepage: https://led3dmap.lights0123.com/
- Size: 1.01 MB
- Stars: 67
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LED3DMap
https://led3dmap.lights0123.com
## Build Setup
```bash
# install dependencies
$ yarn
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).