Skip to content

BenMaltby/rascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rascii

Experimental 2D Ascii Renderer in Python for windows (not sure about macos or linux)

Just for Fun 👍

For the best results, use pypy! https://www.pypy.org/ However usually only necessary for triangles but working on improving that.

Features:

• Can draw: circles, lines, rectangles, triangles, points, user defined shapes

• Has a translation vector for coordinates

• Handles creation and use of window

• togglable window border

Tutorial:

• Create a new python file in the same directory as rascii.py

• Copy from the boilerplate.py file to get the base working code

Examples:

Fourier Cirle:

fourier_circle

About

Experimental Ascii Renderer in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages