Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naridal/workshop
Various experiments and demos.
https://github.com/naridal/workshop
animation react sandpiles webgl
Last synced: about 1 month ago
JSON representation
Various experiments and demos.
- Host: GitHub
- URL: https://github.com/naridal/workshop
- Owner: NaridaL
- Created: 2020-05-02T16:13:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T11:22:41.000Z (7 months ago)
- Last Synced: 2024-04-14T01:10:17.442Z (7 months ago)
- Topics: animation, react, sandpiles, webgl
- Language: TypeScript
- Homepage: https://naridal.github.io/workshop/
- Size: 26.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Collection of WebGL and other demos/mini-projects.](https://naridal.github.io/workshop/)
## [Hex Sandpiles](https://naridal.github.io/workshop/hexSandpiles)
Original by [David Perkinson](http://people.reed.edu/~davidp/)'s
[(square) sandpiles](http://people.reed.edu/~davidp/grant/), this is a version
with hexagonal cells. You can set the text by passing your text, encoded as
base64, to the `t` query parameter.
([e.g.](https://naridal.github.io/workshop/hexSandpiles?t=ZS5nLg==)) For
details, see
[this explanatory video](https://www.youtube.com/watch?v=1MtEUErz7Gg).## [Quickhull Animation](https://naridal.github.io/workshop/quickhull)
An animation of the [Quickhull](https://en.wikipedia.org/wiki/Quickhull)
algorithm, which calculates the convex hull of a finite set of points.## [Dynamic Template for Paper Prism Box](https://naridal.github.io/workshop/paperBox1)
PDF Available!