I’ve created three new native extensions:
- Sharing - Sharing is caring! Share application data using native sharing dialogs.
- Clipboard - Copy and paste like a boss! Perfect for getting that long password into a Defold text field or for sharing a generated invite link.
- Imp - Image processing on Defold image buffers. Perform edge detection, sharpen, blur or emboss (like a boss)!
Nothing fancy really, but maybe useful for someone. The sharing and clipboard extensions are mainly wrapping native code while Imp was created to experiment a bit more with the workflow of the Defold buffer system.
Note: The Android support is not yet working for Sharing and Clipboard.