https://github.com/tbrand/pixvas
Create pixel image in your terminal
https://github.com/tbrand/pixvas
art crystal pixel-art terminal terminal-based
Last synced: 6 days ago
JSON representation
Create pixel image in your terminal
- Host: GitHub
- URL: https://github.com/tbrand/pixvas
- Owner: tbrand
- License: mit
- Created: 2017-10-21T16:31:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T15:14:23.000Z (over 7 years ago)
- Last Synced: 2025-04-01T04:29:34.460Z (about 2 months ago)
- Topics: art, crystal, pixel-art, terminal, terminal-based
- Language: Crystal
- Size: 24.4 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixvas
![]()
Create pixel image in your terminal, the concept inspired by vixl44## Gallery
### ..Sword?
## Installation
### Requirements
- [Crystal](https://github.com/crystal-lang/crystal)```
> 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
```
--- Print the color
p, n, f, b --- Move cursor: UP, DOWN, FORWARD, BACK
c --- Change color
d --- Delete the dot
g --- Set background color
--- Quit
```## Development
- [ ] Export the image
- [ ] Save work
- [ ] Install via brew## 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
- [tbrand](https://github.com/tbrand) Taichiro Suzuki - creator, maintainer