1
0
mirror of https://github.com/terkelg/awesome-creative-coding.git synced 2025-09-25 08:01:28 +02:00

Added pixi.js and processing links

The following links where added:
http://www.pixijs.com/
https://processing.org/
This commit is contained in:
Andrés
2017-02-15 10:52:54 +00:00
committed by GitHub
parent 79be59a0ea
commit c202db0be6

View File

@@ -72,7 +72,7 @@ Creative coding is a different discipline than programming systems in which the
## Ecosystems / Frameworks
### Desktop
- [Processing]() - Computer programming language and IDE for visual arts.
- [Processing](https://processing.org) - Computer programming language and IDE for visual arts.
- [Cinder](https://libcinder.org/) - Open source library for professional-quality creative coding in C++.
- [openFrameworks](http://openframeworks.cc/) - Open source C++ toolkit for creative coding.
- [vvvv](https://vvvv.org/) - Hybrid visual/textual live-programming environment for easy prototyping and development.
@@ -86,7 +86,7 @@ Creative coding is a different discipline than programming systems in which the
- [regl](https://github.com/regl-project/regl) - Functional WebGL.
- [Stackgl](http://stack.gl/) - Open software ecosystem for WebGL, built on top of browserify and npm.
- [Paper.js](http://paperjs.org/) - The swiss army knife of vector graphics scripting.
- [Pixi.js]() - HTML 5 2D rendering engine that uses webGL with canvas fallback.
- [Pixi.js](http://www.pixijs.com/) - HTML 5 2D rendering engine that uses webGL with canvas fallback.
- [p5.js](https://p5js.org/) - JavaScript library that starts with the original goal of Processing.
- [Fabric.js](http://fabricjs.com/) - Javascript canvas library, SVG-to-canvas parser.
- [Sketch.js](http://soulwire.github.io/sketch.js/) - Minimal JavaScript creative coding framework.