parent
8e5909586e
commit
379012dbc0
3 changed files with 1293 additions and 4 deletions
|
@ -45,9 +45,10 @@ var myAnimationFrames = []string{
|
||||||
Here's a list of lovely people who have contributed frames to this project:
|
Here's a list of lovely people who have contributed frames to this project:
|
||||||
|
|
||||||
| Contributor | Frame File | Repository |
|
| Contributor | Frame File | Repository |
|
||||||
|---------------------------------------|-----------------------------------------------|-----------------------------------------------------------------|
|
|--------------------------------------------------|-----------------------------------------------|-----------------------------------------------------------------|
|
||||||
| [hexrcs](https://github.com/hexrcs) | [`forrest.go`](./frames/forrest.go) | [`run-forrest-run`](https://github.com/hexrcs/run-forrest-run) |
|
| [hexrcs](https://github.com/hexrcs) | [`forrest.go`](./frames/forrest.go) | [`run-forrest-run`](https://github.com/hexrcs/run-forrest-run) |
|
||||||
| [jmhobbs](https://github.com/jmhobbs) | [`parrot.go`](./frames/parrot.go) | [`terminal-parrot`](https://github.com/jmhobbs/terminal-parrot) |
|
| [jmhobbs](https://github.com/jmhobbs) | [`parrot.go`](./frames/parrot.go) | [`terminal-parrot`](https://github.com/jmhobbs/terminal-parrot) |
|
||||||
|
| [01000001](https://github.com/01000001-01101011) | [`knot.go`](./frames/knot.go) | [`torus-knot`](https://github.com/01000001-01101011/torus-knot/)|
|
||||||
|
|
||||||
## Related Projects
|
## Related Projects
|
||||||
* [parrot.live](https://github.com/hugomd/parrot.live)
|
* [parrot.live](https://github.com/hugomd/parrot.live)
|
||||||
|
|
|
@ -37,4 +37,6 @@ var FrameMap = map[string]FrameType{
|
||||||
"donut": Donut,
|
"donut": Donut,
|
||||||
"batman": Batman,
|
"batman": Batman,
|
||||||
"coin": Coin,
|
"coin": Coin,
|
||||||
|
"torus-knot": TorusKnot,
|
||||||
|
"knot": TorusKnot,
|
||||||
}
|
}
|
||||||
|
|
1286
frames/knot.go
Normal file
1286
frames/knot.go
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue