Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matthijskamstra/cc-go

Creative Coding animation lib
https://github.com/matthijskamstra/cc-go

animation haxe javascript svg

Last synced: about 5 hours ago
JSON representation

Creative Coding animation lib

Awesome Lists containing this project

README

        

# cc-go

Creative Coding animation lib

- animate div
- animate svg

## Preview

https://matthijskamstra.github.io/cc-go/

## Haxelib

How to install cc-go

Use this git repos as a development directory:

```bash
haxelib dev cc-go /Users/[yourname]/path/to/cc-go
```

or use this git-repository directly

```bash
haxelib git cc-go https://github.com/MatthijsKamstra/cc-go.git
```

don't forget to add it to your build file

```haxe
-lib cc-go
```