Skip to content

Gammer0909/ASCIIRenderer

Repository files navigation

ASCIIRenderer

This is a simple ASCII renderer I wrote in C#. It takes an image and converts it to ASCII art. However, It can do this in Color!

Installation

To install, first clone the repository:

git clone https://github.com/gammer0909/ASCIIRenderer.git

Then, make sure you have the .NET SDK from here.

Usage

Usage of this program (As of currently, 11/25/23) you must edit the code in src/Program.cs. You can change the image path, the font size, and the output path. Then, run the program using the .NET CLI:

dotnet run

Hopefully I'll add a CLI soon.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT license.

About

An ASCII Renderer, written in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages