pixel_lang_crystal
Version, currently master branch1 version
- master branchlatestOct 6, 2020
github.com/sol-vin/pixel_lang_crystal
No description declared in shard.yml.
9 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
pixel_lang_crystal:
github: sol-vin/pixel_lang_crystal
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.35.1- License
- MIT
- Author
- Ian Rash <redcodefinal@gmail.com>
- Targets
runnerfrom src/pixel_lang_crystal/dev/tools/runner.crweb_appfrom src/web_app/web_app.crdebuggerfrom src/pixel_lang_crystal/dev/tools/debugger.crcorrectorfrom src/pixel_lang_crystal/dev/tools/corrector.crtranslatorfrom src/pixel_lang_crystal/dev/tools/translator.cr
Dependencies
Runtime Dependencies
- kemal*github: kemalcr/kemal, branch: master
- celestine*github: redcodefinal/celestine, branch: master
- stumpy_png*github: l3kn/stumpy_png, branch: master
README
# pixel_lang_crystal
Pixel_lang is a image based programming language written in Crystal. You can read more on the wiki.
## Installation
Add to shard.yml
```
dependencies:
pixel_lang_crystal:
github: redcodefinal/pixel_lang_crystal
```
## Usage
```
require 'pixel_lang_crystal'
e = AutoEngine.new("My input string", "./path/to/program.png")
e.run # run engine
puts e.output # print the output
```
## Tutorials
Can be found at http://0x42424242.in/pixellang
## Development
Github
## Contributing
1. Fork it ( https://github.com/redcodefinal/pixel_lang_crystal/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
- [redcodefinal](https://github.com/redcodefinal) Ian Rash - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Oct 6, 2020
- Crystal
0.35.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/sol-vin/pixel_lang_crystal
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1