Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthijskamstra/cc-quote
Generate quick quotes
https://github.com/matthijskamstra/cc-quote
canvas creativecoding haxe javascript js quotes
Last synced: about 3 hours ago
JSON representation
Generate quick quotes
- Host: GitHub
- URL: https://github.com/matthijskamstra/cc-quote
- Owner: MatthijsKamstra
- Created: 2019-03-03T20:27:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T07:54:41.000Z (over 1 year ago)
- Last Synced: 2023-10-02T09:26:38.532Z (over 1 year ago)
- Topics: canvas, creativecoding, haxe, javascript, js, quotes
- Language: Haxe
- Homepage: https://matthijskamstra.github.io/cc-quote/
- Size: 1.75 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cc-quote
Creative Coding quote.
## Quotes?
It's a way to create quick quotes.
This project started in my creative coding 30-days-challenge, but it's also a very good way to experiment with paper sizes, export... so I decided it would be useful to create a different project for this.
## More info
open `docs/index.html` on a server (like [Live Server](https://www.npmjs.com/package/live-server))
## error
```
Cannot process [cc-sketch]: Library cc-sketch is not installed : run 'haxelib install cc-sketch'
Error: Error: Cannot process [hxquicksettings]: Library hxquicksettings is not installed : run 'haxelib install hxquicksettings'
``````bash
haxelib git cc-sketch https://github.com/MatthijsKamstra/cc-sketch.git
# haxelib install hxquicksettings
haxelib install quicksettings
```## 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)!
![](img/example.jpeg)
I created a simple [example](https://matthijskamstra.github.io/cc-quote/).