JT5D / generative

A digital playground for experimenting with creative coding and WebGL

Home Page:https://generative.neef.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generative

A digital sketchbook for experimenting with generative art, WebGL, and machine learning

This repo is for generative.neef.co, a playground for experimentation.

It supports multiple libraies for generating sketches, from p5, to THREE, to anythng else, and incliudes support for shader via glslify. Built ontop of Next.js, it uses a combination of Next's dynamic routes and React's lazy and Suspense to build and export each sketch as a static page (with code-splitting to ensure library bundles can be shared between sketches).

More documentation coming soon.

Resources

Some of my favourite resources that I've learned a lot from:

About

A digital playground for experimenting with creative coding and WebGL

https://generative.neef.co

License:MIT License


Languages

Language:TypeScript 97.3%Language:GLSL 2.2%Language:JavaScript 0.3%Language:CSS 0.3%