latenitefilms / GyroflowToolbox

Allows you to import Gyroflow Projects into Apple's Final Cut Pro
https://gyroflowtoolbox.io
MIT License
24 stars 1 forks source link

Send pointer to MTLTexture directly to Gyroflow #6

Closed latenitefilms closed 1 year ago

latenitefilms commented 1 year ago

Currently to get from FxPlug4 to Gyroflow and back again, we're going from GPU>RAM>GPU>RAM>GPU which isn't very efficient.

Eventually, it would be amazing if we could just send a pointer to a MTLTexture directly to gyroflow_core, and let it do its magic. This is well above my pay grade, so will require the genius of @AdrianEddy to solve on the gyroflow_core side.