LWJGL Forum

Programming => LWJGL Documentation => Topic started by: Xydez on September 14, 2018, 18:19:12

Title: LWJGL Alert function
Post by: Xydez on September 14, 2018, 18:19:12
Hey! Since the Sys class was removed in LWJGL 3, how do I send alerts to the user?
Title: Re: LWJGL Alert function
Post by: KaiHH on September 14, 2018, 18:23:50
LWJGL3 has bindings for https://github.com/mlabbe/nativefiledialog
You can download a bundle of LWJGL3 containing nfd using: https://www.lwjgl.org/customize


Nevermind: I just realized it only covers file open dialogs and no message dialogs...
Title: Re: LWJGL Alert function
Post by: spasi on September 14, 2018, 19:33:40
The tiny file dialogs (https://sourceforge.net/projects/tinyfiledialogs/) bindings (tinyfd module in LWJGL) should have everything you need.