Skip to content
/ OxMenu Public

Create interactive menus for functions and parameters in Ox

License

Notifications You must be signed in to change notification settings

ferrall/OxMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.