Patrick Down

Results 10 comments of Patrick Down

The pattern that is common in many applications that load plugins as dynamic libraries is to have a common `extern "C"` initialization function entry point. This function will take as...

> IIUC, that inverts the logic so that plugins register themselves, right? Yes, mostly. The application still needs to know that libraries to load but this process is just reduced...

This is probably going to need to be fixed on the Godot side.

I'm not terribly worried about this one since it's a leak on exit.

[Relevant docs](https://docs.tiltfive.com/native_sdk/html/a00035.html#ga8c09b487a9c61a13b950fe46b1f3256a)

Might consider a separate addon library that feeds the camera to OpenCV in the background for image recognition and feeds the results as tracking events to Godot.

Would you mind rebasing these changes onto the current main so that the github CI can run?

This is a problem that needs to get solved and this solution works. However, I'm not as familiar the Godot input system as I should be and I am worried...

Would you mind rebasing these changes onto the current main so that the github CI can run?

So, this is my fault for not making good documentation for this but the way I originally intended for this to be handled was for the user to derive their...