├── .gitignore ├── LICENSE ├── README.md ├── hyphae.py └── variations ├── hyphae_deque.py ├── hyphae_detail.py ├── hyphae_mergetest2.py └── hyphae_self_limited.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inconvergent/hyphae_ani/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inconvergent/hyphae_ani/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inconvergent/hyphae_ani/HEAD/README.md -------------------------------------------------------------------------------- /hyphae.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inconvergent/hyphae_ani/HEAD/hyphae.py -------------------------------------------------------------------------------- /variations/hyphae_deque.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inconvergent/hyphae_ani/HEAD/variations/hyphae_deque.py -------------------------------------------------------------------------------- /variations/hyphae_detail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inconvergent/hyphae_ani/HEAD/variations/hyphae_detail.py -------------------------------------------------------------------------------- /variations/hyphae_mergetest2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inconvergent/hyphae_ani/HEAD/variations/hyphae_mergetest2.py -------------------------------------------------------------------------------- /variations/hyphae_self_limited.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inconvergent/hyphae_ani/HEAD/variations/hyphae_self_limited.py --------------------------------------------------------------------------------