Skip to content

EmilySillars/aac

Repository files navigation

AAC: ASCII Animation Converter

Given a directory name, this program will convert every png image in a folder to an ASCII graphics equivalent, and then output those ASCII equivalent images to the console as frames in an animation.

Sources:

Example animation:

Building:

stack build

stack exec aac-exe <directory name> <optional flags>

stack run -- +RTS -N4 -ls -RTS <directory name> <optional flags>

stack install

Flags:

-repa-par-read // executes parMap + REPA version

-ivars // executes parMap + parMap version

// no flag executes sequential version

About

COMS W4995 Parallel Functional Programming Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published