subsoap / defos

Extra native OS functions for games written using the Defold game engine
Creative Commons Zero v1.0 Universal
113 stars 15 forks source link

OS Menus #74

Open subsoap opened 6 years ago

subsoap commented 6 years ago

Useful for editors

Might be better as its own NE

http://zetcode.com/gui/winapi/menus/

Might be an existing cross platform solution which could be wrapped

chaosddp commented 6 years ago

If you need this kind of features, personally i prefer imgui, it is useful for editors and build-in debug, it also has a lua binding here.

britzl commented 3 years ago

Note that there is this NE for Defold (Windows+macOS): https://github.com/andsve/def-mnu

dapetcu21 commented 3 years ago

For Linux it would be really hard/impossible since that would mean depending on something like GTK which wouldn't play nice with Defold's X11-based windowing implementation.