tvl-depot/test
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
..
Test Implement saving+loading the game 2019-11-29 14:33:52 -05:00
Xanthous Use open circles to generate filled circles 2020-05-10 19:44:30 -04:00
Spec.hs Factor out an EntityAttributes type 2020-02-08 17:24:27 -05:00