Install

Installation is as simple as:

pip install orzo

Orzo has a few dependencies:

  • penne: NOODLES client library
  • pyglet: Window backend and event handling for OpenGL
  • moderngl: Modern OpenGL wrapper for rendering
  • moderngl-window: Windowing and event handling for OpenGL
  • imgui: Immediate mode GUI for Python
  • numpy: Array manipulation for Python, used in delegates
  • numpy-quaternion: Quaternion manipulation for Python, used for entity rotations
  • Pillow: 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.