ren-yuan / c2.js

JavaScript library for creative coding

Home Page:https://c2js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c2.js is a JavaScript library for creative coding based on computational geometry, physics simulation, evolutionary algorithm and other modules.

c2.js is written in TypeScript and released as a JavaScript library. It provides many useful algorithms that can be applied to generative design, data visualization, and sound visualization.

c2.js is computationally focused, and generates geometric data through the algorithm module provided. Currently it provides a simple Renderer class based on Canvas for rendering. You can implement your own renderer based on Canvas, SVG, or WebGL according to your needs, or use existing libraries.

Get Started · Examples · Reference

About

JavaScript library for creative coding

https://c2js.org

License:MIT License


Languages

Language:TypeScript 72.0%Language:JavaScript 27.1%Language:HTML 0.9%