gitextract_5lpryipi/ ├── .gitignore ├── LICENSE ├── README.md ├── Setup.hs ├── animations/ │ └── default-ani.yaml ├── app/ │ ├── Animate.hs │ ├── GenerateTree.hs │ └── Main.hs ├── blackstar.cabal ├── scenes/ │ ├── closeup.yaml │ ├── default-aa.yaml │ ├── default.yaml │ ├── fartheraway.yaml │ ├── lensing-disk.yaml │ ├── lensing.yaml │ ├── wideangle-disk.yaml │ ├── wideangle.yaml │ └── wideangle1.yaml ├── scripts/ │ └── ffmpeg-animate ├── src/ │ ├── Animation.hs │ ├── ConfigFile.hs │ ├── ImageFilters.hs │ ├── Raytracer.hs │ ├── StarMap.hs │ └── Util.hs └── stack.yaml