Anton Marini

Results 157 comments of Anton Marini

Hi there! If we chose to go w/ Swift 5.9 I presume that also means we are safe to assume Foundation on all Swift supported platforms should have CGRect -...

@jminor apologies for the delay - i pushed the changes, including a small test - i added a clip reference test OTIO sourced from the main OTIO testing resources.

Thanks for the prompt review @jminor I cleaned up based off of your suggestions. Much obliged!

Yes, i understand how we should do it code wise, Im more talking about structural changes. Most of the performance benefit is for image processing, which means some functions which...

ie: * is this something worth doing for other languages? * is this something worth doing in totality for all functions with float / vec arguments and outputs? * is...

Im open to that in theory, i just think it would touch every single line of code in Lygia and litter the code with ifdefs which might force precision globally...

It likely works because processing is an Intel build running Rosetta. See the convo happening here: https://github.com/Syphon/Java/issues/7

I brought some of this up in the Metal issue #165 Im personally a fan of either a `submodule` or `mono repo` approach where each language is self contained in...

Apologies, missed your response Today, i package everything and only parse the metal shaders via extension filtering. Its stupid as fuck, but it works. Its not elegant, and packaging the...

Hey! Yes, it's still very much Draft! I want to try to get this moving a bit and working in a 3rd party code base and document my findings. Theres...