Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matthijskamstra/cc-go
- Owner: MatthijsKamstra
- Created: 2019-03-01T08:57:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T09:42:19.000Z (11 months ago)
- Last Synced: 2024-03-11T17:32:05.677Z (11 months ago)
- Topics: animation, haxe, javascript, svg
- Language: Haxe
- Homepage: https://matthijskamstra.github.io/cc-go/
- Size: 669 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```