Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xixixao/euler-spiral-explanation

Illustrated explanation of the Euler spiral
https://github.com/xixixao/euler-spiral-explanation

Last synced: 8 days ago
JSON representation

Illustrated explanation of the Euler spiral

Awesome Lists containing this project

README

        

Building roughly:

```sh
npx snowpack build
mv build/* docs/
# Ignore errors
# Revert CSS as its gone crazy
rm -r build
```