Pixvas

Create pixel image in your terminal, the concept inspired by vixl44

Gallery

..Sword?

Installation

Requirements

> shards build
> ./bin/pixvas # Executable binary

Usage

Command options

  --width=WIDTH   --- Set canvas width (-w for short)
  --height=HEIGHT --- Set canvs height (-h for short)
  --dot=DOT_WIDTH --- Set dot width (-d for short)

Key bindings

  <Space>    --- Print the color
  p, n, f, b --- Move cursor: UP, DOWN, FORWARD, BACK
  c          --- Change color
  d          --- Delete the dot
  g          --- Set background color
  <Ctl-c>    --- Quit

Development

Contributing

  1. Fork it ( https://github.com/tbrand/pixvas/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors