All Projects → inconvergent → Inconvergent Sandbox

inconvergent / Inconvergent Sandbox

Licence: other
Interactive demos written in p5.js

Programming Languages

javascript
184084 projects - #8 most used programming language
processing
702 projects

Projects that are alternatives of or similar to Inconvergent Sandbox

Worlds2
Building Virtual Reality Worlds using Three.js
Stars: ✭ 34 (-62.22%)
Mutual labels:  generative-art
Adain Style
Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
Stars: ✭ 1,049 (+1065.56%)
Mutual labels:  generative-art
Conditional Animegan
Conditional GAN for Anime face generation.
Stars: ✭ 70 (-22.22%)
Mutual labels:  generative-art
Awesome Generative Art
Awesome generative art
Stars: ✭ 980 (+988.89%)
Mutual labels:  generative-art
Madlang
Madlang is a language for generative literature
Stars: ✭ 44 (-51.11%)
Mutual labels:  generative-art
Calyx
A Ruby library for generating text with recursive template grammars.
Stars: ✭ 51 (-43.33%)
Mutual labels:  generative-art
Curv
a language for making art using mathematics
Stars: ✭ 853 (+847.78%)
Mutual labels:  generative-art
Emosaic
Mosaic image generator written in Rust!
Stars: ✭ 84 (-6.67%)
Mutual labels:  generative-art
001
draw_code.001 — ThreeJS, WebGL & GLSL
Stars: ✭ 48 (-46.67%)
Mutual labels:  generative-art
Sketches
a starting point for sketches
Stars: ✭ 66 (-26.67%)
Mutual labels:  generative-art
Sofloo Spot
Click Randomize
Stars: ✭ 37 (-58.89%)
Mutual labels:  generative-art
Komposto.org
komposto.org is a sketchbook of self-modifying programs.
Stars: ✭ 41 (-54.44%)
Mutual labels:  generative-art
Cyclegan Qp
Official PyTorch implementation of "Artist Style Transfer Via Quadratic Potential"
Stars: ✭ 59 (-34.44%)
Mutual labels:  generative-art
Awesome Creative Coding
Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
Stars: ✭ 8,696 (+9562.22%)
Mutual labels:  generative-art
Infinite gnossienne
An endless version of Erik Satie's Gnossiennes No. 1
Stars: ✭ 71 (-21.11%)
Mutual labels:  generative-art
Rapping Neural Network
Rap song writing recurrent neural network trained on Kanye West's entire discography
Stars: ✭ 951 (+956.67%)
Mutual labels:  generative-art
Generative Designs
A collection of generative design React components
Stars: ✭ 51 (-43.33%)
Mutual labels:  generative-art
Watercolor Canvas
Creating watercolor-style canvas art
Stars: ✭ 84 (-6.67%)
Mutual labels:  generative-art
Zzart
Abstract Art Evolution
Stars: ✭ 75 (-16.67%)
Mutual labels:  generative-art
Geopattern
📐 Create beautiful generative image patterns from a string in golang.
Stars: ✭ 1,113 (+1136.67%)
Mutual labels:  generative-art

Inconvergent Sandbox

Interactive demos written using p5.js.

See the code live on Glitch at: https://inconvergent-sandbox.glitch.me/

p5.js reference: https://p5js.org/reference/

Running the code

Locally

The easiest way to run this code is to just open any of the html files in the www folder in your browser. If you make any changes to the any of the files, all you have to do is refresh the page and you should see any changes right away.

Using Glitch

It is also possible to edit the code on Glitch. Go to https://glitch.com/~inconvergent-sandbox Then click the botton marked "Remix on your own" below the sandbox. Then you can perform the changes you want.

Using Node

If you are familiar with Node.js and NPM you can also run this code by going to the root of the repo and executing (you only need to do this the first time):

npm install

to install the dependencies. Then type

npm run start

to start a local server on your computer. You can access the sketches by going to: http://localhost:4000 in your browser.

Download Node.js here https://nodejs.org/en/download/

Processing Implementation

Processing versions of these demos (implemented by Lali Barrière) can be seen at: https://github.com/laliki/inconvergent_to_processing

References and Further Reading

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].