RainbowLabsDE / PixelBridge

A modular software that can accept image data from multiple sources, convert them and send them to a configurable sink.
7 stars 2 forks source link

Shader renderer #6

Open LeoDJ opened 4 months ago

LeoDJ commented 4 months ago

It'd be nice to finally replace gLEDiator as the pattern generator.

I have a few nodes in mind that would replace most of the functionality of that external software:

But those are just some ideas, for actual implementation, more though should be put into it ^^"

It would probably also involve looking at the code of data flow through the rete node graph again, as it probably needs to be restructured a bit. (Use the normal functionality of rete to go back on the node graph instead of the hacked forward-only way and render the shader in the sequencer node or sth like this)

kyomawolf commented 4 months ago

gimme pls