/OxMenu

Create interactive menus for functions and parameters in Ox

Primary LanguageOxGNU General Public License v3.0GPL-3.0

OxMenu

Create interactive menus for running functions or setting parameter values of a function

Read in command line arguments equivalent to the interactive menus

Download

https://github.com/ferrall/oxmenu/releases/latest

Documentation

https://ferrall.github.io/OxMenu/default.html Examples are given in the documentation.

To use OxMenu in your Ox program import the menu package:

#import "menu"

The files needed for the import are contained in the include folder.

Either change the include path to contain that folder or copy menu.h and menu.oxo to a folder on your path.