Hey!
I created a native library for a different game engine and I was planning to port it to Monkey 2. I noticed Monkey 2 already uses Tiny File Dialogs and my extension is based on that, except it has been modified slightly for several purposes, one of them being support for multiple file filters with the file selection dialogs. I have completed this feature on Windows and Linux, but I have yet to do it on Mac.
3 questions:
- I was wondering if anyone found this useful enough for me to sell as an asset on itch.io for Monkey 2 users.  ($1.99 USD)
 
- Does Monkey 2 provide a way to call external shared libraries? Such as a *.DLL, *.DYLIB, or *.SO, depending on the platform?
 
- Would anyone be willing to help me code the rest of what I’d like to get done? (You will be credited but not payed, and there really isn’t that much left to do).
 
Here’s my project on GitHub, and see the readme for more details on what my library does:
https://github.com/time-killer-games/DialogModule
Thanks!
Samuel Venable