Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pearmini/cell
The programming language for ASCII art.
https://github.com/pearmini/cell
animation ansii-art artworks character-art creative-coding p5js processing terminal terminal-app terminal-game
Last synced: 6 days ago
JSON representation
The programming language for ASCII art.
- Host: GitHub
- URL: https://github.com/pearmini/cell
- Owner: pearmini
- License: isc
- Created: 2020-07-27T21:22:07.000Z (over 4 years ago)
- Default Branch: next
- Last Pushed: 2024-12-31T05:40:31.000Z (10 days ago)
- Last Synced: 2024-12-31T06:24:09.214Z (10 days ago)
- Topics: animation, ansii-art, artworks, character-art, creative-coding, p5js, processing, terminal, terminal-app, terminal-game
- Language: Rust
- Homepage:
- Size: 2.01 MB
- Stars: 34
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cell
The creative language for ASCII art based on Basic.
> [!NOTE]
> The current next branch is implementing the new proposal API for production use. Please refer to the [python branch](https://github.com/charming-art/charming-cell/tree/python) for the released Python version.## Get Started
```bash
$ cell hello.cll
``````
LET x = 0Draw:
BACKGROUND 0
STROKE '0', YELLOW, RED
FILL 'X', GREEN, BLUE
RECT x, 0, 0
LET x = x + 1
```## License 📄
ISC@Bairui SU