tvl-depot/test/Xanthous/Util
Griffin Smith 2320cfa8cd Use open circles to generate filled circles
Rather than leaning on rasterific to generate filled circles for us,
instead start with an open circle, then fill it by scanning line-by-line
and filling in points that are "inside" of the circle, based on keeping
track with a boolean. Also adds a couple of helper functions for
displaying these kinda "boolean graphics" things we're passing around,
as sets of points.
2020-05-10 19:44:30 -04:00
..
GraphicsSpec.hs Use open circles to generate filled circles 2020-05-10 19:44:30 -04:00
GraphSpec.hs Add dungeon level generation 2019-12-30 11:31:56 -05:00
InflectionSpec.hs Describe what you see when you walk over items 2019-09-20 19:38:46 -04:00