15 lines
495 B
Python
15 lines
495 B
Python
|
|
# McRogueFace Cookbook - Widget Standard Library and Demos
|
||
|
|
"""
|
||
|
|
A comprehensive collection of reusable UI widgets and interactive demos
|
||
|
|
showcasing McRogueFace capabilities.
|
||
|
|
|
||
|
|
Usage:
|
||
|
|
# Interactive menu
|
||
|
|
cd build && ./mcrogueface ../tests/cookbook/cookbook_main.py
|
||
|
|
|
||
|
|
# Run specific demo
|
||
|
|
cd build && ./mcrogueface ../tests/cookbook/primitives/demo_button.py
|
||
|
|
|
||
|
|
# Generate screenshots (headless)
|
||
|
|
cd build && ./mcrogueface --headless --exec ../tests/cookbook/run_screenshots.py
|
||
|
|
"""
|