Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aomidori/wifi-visualization
wifi and floorplane visualization
https://github.com/aomidori/wifi-visualization
Last synced: about 2 months ago
JSON representation
wifi and floorplane visualization
- Host: GitHub
- URL: https://github.com/aomidori/wifi-visualization
- Owner: aomidori
- Created: 2024-01-06T23:19:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T21:55:19.000Z (2 months ago)
- Last Synced: 2024-11-21T22:31:34.040Z (2 months ago)
- Language: JavaScript
- Homepage: https://ui-viz-gamma.vercel.app/
- Size: 3.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# "UI" visualization demo
### Key features:
- interactive floorplane
- select and install products on the ceiling
- drag selected product and re-locate it on the ceiling
- hover and press 'x' to delete a product
- navigation mode to 'walk' in the scene
- quick view toggle to switch between top view and ground view
- customizable view - allow setting accent color and product editing color## To Run Locally
What's required
- Make sure the local node env is `node >= v18`.
- Make sure your browser supports [SharedArrayBuffer](https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) as well as [Atomics](https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Global_Objects/Atomics). It's needed for loading the `.usdz` filesTo start dev just run
```bash
# if you use yarn
yarn install
yarn dev# or
npm install
npm run dev
```
Then go to http://localhost:5173/