iigs resource compiler
Go to file
2020-07-30 12:16:09 -04:00
base.py improved text encoding 2020-07-30 01:07:02 -04:00
cli.py start working on cli 2020-07-30 01:08:39 -04:00
colors.py color constants 2020-07-29 19:29:54 -04:00
control.py Static Text Control 2020-07-30 01:06:05 -04:00
menu.py thermometer control 2020-07-27 23:33:00 -04:00
README.md Create README.md 2020-07-30 12:16:09 -04:00
rect.py split up components 2020-07-27 22:00:39 -04:00
rezpy.py test file update 2020-07-30 01:08:04 -04:00
test.prez start working on cli 2020-07-30 01:08:39 -04:00
Types.rez add a couple more system 6 flags 2020-07-30 01:07:47 -04:00
window.py window constants 2020-07-29 19:30:09 -04:00

prez

iigs resource compiler

An experimental alternative to rez.

Example:

rMenuBar(
  rMenu("@",
    rMenuItem("About My App..."),
    rMenuItem("Preferences...")
  ),
  rMenu(" File ",
    rMenuItem("New", "Nn"),
    rMenuItem("Open", "Oo"),
    rMenuItem("Save", "Ss"),
    rMenuItem("Print", "Pp")
  ),
)

This will generate rMenuBar, rMenu, rMenuItem, and rPString resources.