https://github.com/matthijskamstra/cc-sketch
Creative coding library
https://github.com/matthijskamstra/cc-sketch
creative creative-coding creativecoding haxe haxelib javascript js
Last synced: 8 days ago
JSON representation
Creative coding library
- Host: GitHub
- URL: https://github.com/matthijskamstra/cc-sketch
- Owner: MatthijsKamstra
- Created: 2019-03-01T08:56:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T18:45:07.000Z (over 1 year ago)
- Last Synced: 2025-04-14T11:13:34.488Z (8 days ago)
- Topics: creative, creative-coding, creativecoding, haxe, haxelib, javascript, js
- Language: Haxe
- Homepage: https://matthijskamstra.github.io/cc-sketch/
- Size: 19.9 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CC-Sketch
CC-Sketch is a creative coding library written in Javascript via [Haxe](http://www.haxe.org).
This project started when I did a [30-days-challenge](https://matthijskamstra.github.io/creative-coding) and I decided it should be open-source.
![]()
## How?
I started with a 30-day-challenge and created the base for this library. You can see the [code](https://github.com/MatthijsKamstra/creative-coding) I have written and see the [examples](https://matthijskamstra.github.io/creative-coding/)
Creative code library and examples create with [Haxe](http://www.haxe.org) (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](README_HAXE.MD)!

I created a simple [example](https://matthijskamstra.github.io/cc-sketch/) in this repo, but if you need more [examples](https://matthijskamstra.github.io/creative-coding/).
## Haxelib
How to install cc-sketch
Use this git repos as a development directory:
```bash
haxelib dev cc-sketch path/to/folder
```or use this git-repository directly
```bash
haxelib git cc-sketch https://github.com/MatthijsKamstra/cc-sketch.git
```don't forget to add it to your build file
```haxe
-lib cc-sketch
```