LWJGL Alert function

Started by Xydez, September 14, 2018, 18:19:12

Previous topic - Next topic

Xydez

Hey! Since the Sys class was removed in LWJGL 3, how do I send alerts to the user?

KaiHH

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...

spasi

The tiny file dialogs bindings (tinyfd module in LWJGL) should have everything you need.