A visual on a wall tonight, with the room's audio already inside it. That is what Sialk does, with a visual you picked or the JavaScript or GLSL you have already written. TouchDesigner is the deepest generative environment in this field, and it cannot do that one thing without a bridge you build yourself.
What Sialk gives you that TouchDesigner does not
- Your existing code runs as it is. A folder with a
sketch.glslor asketch.jsis a layer. No rebuild as a node network. No port. - The audio is already in your sketch.
sialk.audio.bassis there the moment it starts, under names that never change. In TouchDesigner the Web Render TOP only sends data out of the page, audio into it means a WebSocket bridge, a message format, a reconnect path, all yours to write and keep alive. - One screen, one drop. Drag the folder on the window and it plays. Stack it, mix it by hand, put it on the projector.
- £199 once, or free. Not $600.
function draw() {
const r = 100 + sialk.audio.bass * 300;
circle(width / 2, height / 2, r);
}
What TouchDesigner gives you that Sialk does not
- A node-based environment for building real-time work from primitives. Sialk plays code you wrote. It is not less coding.
- Particle systems, a 3D toolkit, instancing, DMX, and twenty years of tutorials. Sialk plays two kinds of sketch and video clips today, with more on the way.
- Windows. Sialk's beta is macOS.
Which one
| You have the work already, in JavaScript or GLSL | Sialk |
| You want the audio in your own code, with no bridge | Sialk |
| Building real-time work from primitives | TouchDesigner |
| Particle systems, 3D, a mature toolset | TouchDesigner |
| On Windows today | TouchDesigner |
Both together works: Sialk's output is a screen, and TouchDesigner takes a screen.
Prices (checked August 2026)
TouchDesigner: free non-commercial with a 1280×1280 cap, $300 edu, $600 commercial, $2,200 Pro, perpetual. Sialk: £199 once (£99 at v1), every update included, with a free non-commercial tier and no cap on layers. The beta is free, uncapped and unwatermarked.
- Download the beta - free, macOS
- What Sialk plays
- Writing a sketch with AI - the brief to paste into an assistant