/ASCII-Renderer

ASCII Renderer that doesn't use ascii characters specifically, but terminal coloring (but can if you mod it)

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

A terminal renderer that has shader and texture support. At the moment it is being ran only on the CPU, but I may in the future add cuda support. I also may switch to c or c++ in the future

Also I would like to add tile based rendering

At the moment the required dependencies are:

pip install colorist
pip install numpy
pip install pillow