Register for a C74 account and join an active community of artists and creatives. Post on forums and add your projects and tools to our growing showcase.
Create an Account

Combine all those jit.op objects into a single, efficient object. Create your own Jitter operations that combine all the parts you need in one object, without having to download the SDK. Warp images, mess with colors, and create fresh compositing studies from raw materials. The jit.pix and jit.gen objects compile to a C object behind the scenes, while you work, so you get instant results.
Learn some basic Gen concepts Try a patch-a-day

Create custom particle physics generators, data management tricks, and mesh geometry with jit.gen. Gen gives you access to all your Matrix data in an efficient and lightweight way.
Try these recipes Go on a vectorland adventure

Create high definition visual effects with jit.gl.pix. Imagine a jit.gl.slab object with a patching interface inside of it. Quickly discover just the look you want by patching together simple operators that are compiled to GLSL on the fly.
Get the recipe #51 Scrunch patch Try the Day 11 patch

Some ideas are just easier to express in text code, while others benefit from a visual flow of operations. With Gen, you can get the best of both approaches with the Codebox object. Insert a Codebox to include procedural code that lives alongside visual patching. Codebox uses a lightweight and easy to learn GenExpr syntax.
Download a patch that renders a Julia Set