dodikk / AsciiBresenheim

An ASCII art targeted implementation of the classical line drawing algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an implementation of the classical lines plotting algorithm targeted to the ASCII art.
It uses only standard C++ libraries. The only third-partt dependence is cppunit, used for unit testing.

The project has been developed with MS VisualStudio 2008. However, it should compile for gcc as well (I have not checked it yet).

License : BSD.

About

An ASCII art targeted implementation of the classical line drawing algorithm

License:BSD 4-Clause "Original" or "Old" License


Languages

Language:C++ 88.1%Language:C 11.9%