Spazer/README.md

36 lines
695 B
Markdown
Raw Normal View History

2023-10-03 01:57:03 -07:00
# Spazer
2023-10-23 02:21:59 -07:00
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/ .
2023-10-03 01:57:03 -07:00
## Run Locally
Run `pnpm exec parcel src/index.html`
Or build with:
```
$ pnpm run build
```
2023-10-23 02:16:06 -07:00
# 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
2023-10-23 02:19:03 -07:00
## Unit-like UI
2023-10-27 17:28:12 -07:00
Building a UI like the [unit project](https://github.com/samuelmtimbo/unit/)