I am wanting to try making a 3D renderer in the console using python. In order to make this look half decent, I need to be able to print multiple shades of whatever color. Is there a way to do this with rgb values?
I have used termcolor and played with colorama before, but I don’t think ascii can do this.
I want this to run on Windows’ console host, through cpython, cmd, and/or PowerShell. Ubuntu support would be okay and I’m not worried about OS X.