Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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!