ferrall / OxMenu

Create interactive menus for functions and parameters in Ox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Create interactive menus for functions and parameters in Ox

License:GNU General Public License v3.0


Languages

Language:Ox 86.0%Language:C 9.0%Language:Makefile 5.0%