skykistler / smudgr

smudge the pixels
http://smudgr.io
3 stars 0 forks source link

Source mixing #24

Closed skykistler closed 8 years ago

skykistler commented 8 years ago

We need to think of a solution for mixing images with the control of parameters.

skykistler commented 8 years ago

Try to get somethin going by PCP if you can, and we'll combine it with source queuing #26

skykistler commented 8 years ago

Worked super well for PCP, more blend modes and custom scaling functions to do now.

Added source.update() to the SourceMixerHack class (source is usually updated in Smudge, sources here need it)

skykistler commented 8 years ago

How close are we to finishing this?

ericvoorhis commented 8 years ago

This too won't take very long it's just a matter of adapting code and fixing the scaling and positioning problem from before without using hacks.

skykistler commented 8 years ago

Is this ready to close? @eric @ericvoorhis

skykistler commented 8 years ago

Is this done @ericvoorhis ?

ericvoorhis commented 8 years ago

Merged in: https://github.com/skykistler/smudgr/commit/8f95f21178deb1097387b3d25732aba1fd2a1dd5

We can probably close this. SourceMixer is functional at the moment. It just doesn't have a parameter for sources, so I've been using a setSource method to change the source in the test app starts.

skykistler commented 8 years ago

Shit, that was the thing I didn't think about, lol. I'll close this for now and figure out a solution for source params