Simple computer graphics algorithms for drawing dot by dot.
Contains the following algorithms:
- drawing line dot by dot (Brezenkhem);
- drawing circle dot by dot
TODO list includes:
- rotating elements
- moving elements
Requires PyGame (w/ SDL dependencies) in order to be visualized. PyGame may be installed by your distribution package manager.
python -m dotbydotgraphicspygame.__init__