Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 i

pnpm start
```

and visit dev server according to terminal info.

generally it will be in localhost:3000

### build

```bash
pnpm build
```