Adam Brown
01/11/2023, 5:20 AMFrancesco Pedron
01/18/2023, 5:30 PMNativeFileDialog.NFD_SaveDialog
and integrated it in the jvm/desktop (Windows only, actually) application I'm developing using compose, would you be interested in integrating that feature on your library if I find some spare time to do a pull request?Adam Brown
01/18/2023, 6:54 PMFrancesco Pedron
01/27/2023, 8:59 AMmodules("jdk.unsupported")Otherwise a ClassNotFoundException: sun.misc.Unsafe will be thrown when the distributable version of the application is run (doesn't happen when you use non distributable version, e.g. with "run"). Please note that I'm using lwjgl directly, not your library.
Adam Brown
02/02/2023, 6:16 AMnativeDistributions
defined in the library it's selfFrancesco Pedron
02/06/2023, 2:13 PM