CC-Sketch is a creative coding library written in Javascript via Haxe. This project started when I did a 30-days-challenge and I decided it should be open-source.
I started with a 30-day-challenge and created the base for this library. You can see the code I have written and see the examples
Creative code library and examples create with Haxe (I'm currently only focussing on the JavaScript target but with Haxe that could easily change). Do you want to know more about this beautiful programming language: README_HAXE.MD!
I created a simple example in this repo, but if you need more examples.
How to install cc-sketch
Use this git repos as a development directory:
haxelib dev cc-sketch path/to/folder
or use this git-repository directly
haxelib git cc-sketch https://github.com/MatthijsKamstra/cc-sketch.git
don't forget to add it to your build file
-lib cc-sketch