Brandon DeRosier

Results 44 comments of Brandon DeRosier

Ah nvm, it turns out problem 2 is still afoot, the tool is just silently crashing right after launching the app, but `--verbose` reveals the errors.

FYI @dcharkes -- would you happen to know why the `DynamicLibrary.lookupFunction` extension no longer accepts mapping `Float32List` to `ffi.Pointer`? Here's an example of the invocation: ```dart final unwrappedPositionSetter = jolt.dylib.lookupFunction<...

Thanks for the clarification @dcharkes! > I believe for now the workaround would be to copy the data into C memory before an FFI call and free it immediately after...

The renderer will quickly enter the realm of diminishing returns and we should probably prioritize finishing Flutter GPU when we get here.