Install
Installation is as simple as:
pip install orzo
Orzo has a few dependencies:
penne
: NOODLES client librarypyglet
: Window backend and event handling for OpenGLmoderngl
: Modern OpenGL wrapper for renderingmoderngl-window
: Windowing and event handling for OpenGLimgui
: Immediate mode GUI for Pythonnumpy
: Array manipulation for Python, used in delegatesnumpy-quaternion
: Quaternion manipulation for Python, used for entity rotationsPillow
: Image manipulation for Python, used for texture loading
If you've got Python 3.9+ and pip
installed, you're good to go.
Note
For stability, Rigatoni's core dependencies are pinned to specific versions. While these are up to date as of August 2023, you may want to update them to the latest versions. To do so, simply update the package yourself.