Anton Marini

Results 157 comments of Anton Marini

2 Quick question about this PR swift-tools-version is set to 6.0 in the package, not 5.9 (i know the tools and the swift version differ, but i think in this...

We may also need to implement all of the cursor delivery methods too - eep See MESampleCursors Obj-C header for inline docs

@ncooke3 not sure if this is helpful, but supposedly ``` if ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1" { // Disable offending code } ``` is a viable approach. Im also affected by a...

hey @bangnoise - wanted to revisit this. In Fabric (https://github.com/Fabric-Project/Fabric/pull/127) im working on Syphon support, and Fabric handles all texture access as half float as its native and fast on...

Firstly, thank you for this article, its a joy to read and play with the examples. Well done and congrats. Question for the folks smarter than me who are reading...

You choose sample locations that leverage hardware interpolation along side the separable nature of the gaussian getting you more 'samples' per texture fetch IIRC. Pardon for chiming in.