Skip to content

cb372/scala-ascii-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scala-ascii-art

A simple Ascii art generator in Scala.

I wrote this to help me learn Scala syntax, Java interop and basic programming style. The algorithm itself is just a ripoff from this blog:

http://www.bestinclass.dk/index.php/2010/02/my-tribute-to-steve-ballmer/

Build

sbt one-jar

Run

./run.sh inputUrl [outputFile] [outputWidth]
./run.sh flickr keyword

Conscript

Alternatively you can install and run using Conscript.

To install: cs cb372/scala-ascii-art

To run: aa

Usage

Pass either a local file or a URL:

./run.sh photos/foo.jpg

./run.sh http://www.example.com/bar.png

Optionally set the width (in characters) of the output. If it is not set, the generator will try to guess a reasonable size.

./run.sh photos/foo.jpg 100

Optionally pass an output file to save your amazing Ascii art for posterity. Save as either text or HTML.

./run.sh foo.jpg output.txt

./run.sh bar.jpg output.html

If one Ascii art is not enough for you, use Flickr to generate an endless (ahem, not actually endless) stream of colourful characters.

./run.sh flickr cats

Samples

See my Scala Conf in Japan 2013 slides.

About

A simple Ascii art generator. A toy project to help me learn Scala. Pretty much a port to Scala of this: http://www.bestinclass.dk/index.php/2010/02/my-tribute-to-steve-ballmer/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published