Skip to content

gaycodegal/svg-to-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVG to ASCII

Use

./svg-to-ascii <svg filename> [<width> [<height>]]

Build

Build it using bazel.build

bazel build //cc:svg-to-ascii

You'll find the built version at bazel-bin/cc/svg-to-ascii

Test while developing

bazel run //cc:svg-to-ascii --run_under="cd '$(pwd)' &&" -- test/1.svg 34 34

Notes

I don't intend on supporting this project it's mainly just a test for a game I'm building.