36 lines
654 B
Markdown
36 lines
654 B
Markdown
# Spazer
|
|
|
|
Playground for cool-looking frontend dev stuff. Some of these effects are
|
|
inspired by
|
|
https://webdesign.tutsplus.com/21-ridiculously-impressive-html5-canvas-experiments--net-14210a
|
|
or https://iohk.io/ .
|
|
|
|
|
|
## Run Locally
|
|
|
|
Run `pnpm exec parcel src/index.html`
|
|
|
|
Or build with:
|
|
```
|
|
$ pnpm run build
|
|
```
|
|
|
|
# Individual Projects
|
|
|
|
## Flow Fields
|
|
|
|
Inspired by https://youtu.be/M_SUcX66SDA Low Byte Productions Flow Fields video
|
|
|
|
Uses code from:
|
|
* https://github.com/francisrstokes/vec-la-fp/tree/master
|
|
* https://github.com/francisrstokes/microcan
|
|
|
|
|
|
## Konva-ball
|
|
|
|
Experimenting with konva library
|
|
|
|
## Unit-like UI
|
|
|
|
Building a UI like the unit project
|