An open API service indexing awesome lists of open source software.

https://github.com/sol-vin/pixel_lang_crystal


https://github.com/sol-vin/pixel_lang_crystal

crystal

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

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