Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 486 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 486 Bytes

dotbydot-graphics

About

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

Installation

Requires PyGame (w/ SDL dependencies) in order to be visualized. PyGame may be installed by your distribution package manager.

Running

python -m dotbydotgraphicspygame.__init__