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
- [ ] Export the image
- [ ] Save work
- [ ] Install via brew
Contributing
- Fork it ( https://github.com/tbrand/pixvas/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- tbrand Taichiro Suzuki - creator, maintainer