steve64 what's currently the best way to: 1) implement a slider in LuaRT; canvas ? FFI ? 2) get a dialog for Windows audio and camera settings
Samir Hi Steve, The simple way to have a slider widget is to use a Canvas. For dialogs, Windows don't provide an audio dialog, so you have to make it yourself. For camera dialog, I have a doubt and will check this