Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 440 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 440 Bytes

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.