Skip to content

sol-vin/procedural_art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

procedural_art

A bunch of art and stuff I made using Celestine.

Installation

Can be used as a library if you want to embed this in a web app.

dependencies:
  procedural_art:
    github: redcodefinal/procedural_art

Usage

Compile and run the app using

shards build app && ./bin/app

Development

No touchy, this is used to test Celestine

Contributing

  1. Fork it (https://github.com/your-github-user/art-generator/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