Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yorshka20/visual
a simple interactive canvas board. implementing object picking in overlapped rendering scene.
https://github.com/yorshka20/visual
canvas
Last synced: 11 days ago
JSON representation
a simple interactive canvas board. implementing object picking in overlapped rendering scene.
- Host: GitHub
- URL: https://github.com/yorshka20/visual
- Owner: yorshka20
- License: mit
- Created: 2021-01-29T12:14:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T10:11:30.000Z (8 months ago)
- Last Synced: 2024-03-17T11:26:17.724Z (8 months ago)
- Topics: canvas
- Language: TypeScript
- Homepage: https://visual-drab.vercel.app
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# visual
### introduction
visual demo.
a simple implementation of interactive canvas rendering board.
![preview](./images/visual-preview.png)
preview at: https://visual-drab.vercel.app/
### start
```bash
pnpm ipnpm start
```and visit dev server according to terminal info.
generally it will be in localhost:3000
### build
```bash
pnpm build
```