combomash / engine

TypeScript Algorithmic Media Engine
https://www.npmjs.com/package/@combomash/engine
ISC License
0 stars 0 forks source link

pipeline #9

Closed owmo-dev closed 5 months ago

owmo-dev commented 5 months ago

Build a Pipeline structure that allows the definition of connected Node objects.

Ideally the Pipeline and Node structure should not ascribe any particular purpose, but in practice I'm going to start by ensuring it can at least support a WebGL multipass render. It should be able to support any kind of chain of events.