Alfredo

Results 18 comments of Alfredo

Looks great, color grading/tonemapping/color curves or however you like to call it would be high on the list for me.

I agree with one distinct inport/outport per connection like I have in my visualizations: ![array ports](http://i.imgur.com/4LQdYfl.png)

Honestly I can't see how an API that looks like JavaFBP and other classical implementations could be made with traditional Javascript. If you can find a way please tell. This...

Could you try making a prototype that achieves a functionality equivalent to Collate ? 2015-02-12 13:26 GMT-03:00 Tom Robinson [email protected]: > If people are willing to add nodejs to basic...

So from what I can see the api changes would be adding a yield to receive()s ? If that's the case then It'd be great, also I wonder if the...

I see that it uses asp.net , can you run that on linux ?

Is there a particular reason for that choice of stack ? Wouldn't Qt make sense? Also is there a build somewhere?

When dealing with streams OOP obscures reasoning ( what type is this? does it have this function? does it have this property? Etc) , structs or dictionaries are better suited...

Let me explain, it works like this: ``` Foo OUT -> IN Bar Foo OUT -> IN Zaz ``` Is the equivalent of: ``` Foo OUT[0] -> IN Bar Foo...