parent
8e5909586e
commit
379012dbc0
3 changed files with 1293 additions and 4 deletions
|
@ -44,10 +44,11 @@ var myAnimationFrames = []string{
|
|||
## Frame Contributions
|
||||
Here's a list of lovely people who have contributed frames to this project:
|
||||
|
||||
| Contributor | Frame File | Repository |
|
||||
|---------------------------------------|-----------------------------------------------|-----------------------------------------------------------------|
|
||||
| [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) |
|
||||
| Contributor | Frame File | Repository |
|
||||
|--------------------------------------------------|-----------------------------------------------|-----------------------------------------------------------------|
|
||||
| [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) |
|
||||
| [01000001](https://github.com/01000001-01101011) | [`knot.go`](./frames/knot.go) | [`torus-knot`](https://github.com/01000001-01101011/torus-knot/)|
|
||||
|
||||
## Related Projects
|
||||
* [parrot.live](https://github.com/hugomd/parrot.live)
|
||||
|
|
|
@ -37,4 +37,6 @@ var FrameMap = map[string]FrameType{
|
|||
"donut": Donut,
|
||||
"batman": Batman,
|
||||
"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