1
0
mirror of https://github.com/terkelg/awesome-creative-coding.git synced 2025-09-02 13:32:39 +02:00

Adds AsyncGraphics package with Circles app (#168)

* adds pixel nodes

* Removes old app Pixel Nodes and adds new app Circles

* Adds AsyncGraphics package

* Updates PixelKit URL
This commit is contained in:
Anton Heestand
2023-07-26 23:48:29 +09:00
committed by GitHub
parent 3610b4efb0
commit 7e72d8f558

View File

@@ -129,10 +129,11 @@ Creative coding is a different discipline than programming systems. The goal is
[Cross-platform] - Open-source creative coding framework for the Rust language
- [thi.ng](http://thi.ng/)
[Cross-platform] - Open source collection of computational design tools for the Clojure and ClojureScript languages
- [PixelKit](http://pixelkit.net/) [iOS, Mac] - Open source, live graphics, Swift framework, powered by Metal.
- [PixelKit](https://github.com/heestand-xyz/PixelKit) [iOS, Mac] - Open source, live graphics, Swift framework, powered by Metal.
- [OPENRNDR](https://openrndr.org/) [Cross-platform] - Open source library for creative coding written in Kotlin.
- [Phaser](https://phaser.io/) [Cross-platform] - HTML5 framework for building games, uses both a Canvas and WebGL renderer.
- [Canvas-sketch](https://github.com/mattdesl/canvas-sketch) [Cross-platform] - HTML5 framework for making generative artwork in JavaScript and the browser.
- [AsyncGraphics](https://github.com/heestand-xyz/AsyncGraphics) [iOS, macOS] - Open source, live graphics, async / await, Swift package, powered by Metal.
### Visual Programming Languages
@@ -153,7 +154,7 @@ Creative coding is a different discipline than programming systems. The goal is
- [Notch Builder](https://www.notch.one) [Win] - Node-based authoring tool with a strong focus on real-time graphics. Currently in beta.
- [Synopsis](https://synopsis.video/) - A suite of open source software for computational cinematography.
- [JOY.JS](https://ncase.me/joy/) - Realtime visual coding tool, easy to understand and aimed at beginners.
- [Pixel Nodes](https://pixelnodes.app/) [iPad] - Live graphics node editor, powered by PixelKit.
- [Circles](http://circles.software) [iPhone, iPad, Mac] - Live graphics node editor, powered by AsyncGraphics.
### Sound Programming Languages