About 543 results
Open links in new tab
  1. Magnum Python bindings | Magnum Python docs

    Magnum Python bindings Lightweight and modular graphics middleware for games and data visualization. This site documents the Python bindings for the Magnum project. To see high …

  2. Examples | Magnum Python docs

    The magnum-examples repository contains a few examples in pure Python in the src/python/ directory. These currently mirror the C++ examples and show how to achieve the same in …

  3. magnum | Magnum Python docs

    Welcome to Python-flavored Magnum! Please note that, while already being rather stable, this functionality is still considered experimental and some APIs might get changed without …

  4. Developers Guide | Magnum Python docs

    Welcome to Python-flavored Magnum! Please note that, while already being rather stable, this functionality is still considered experimental and some APIs might get changed without …

  5. Downloading and building | Magnum Python docs

    Welcome to Python-flavored Magnum! Please note that, while already being rather stable, this functionality is still considered experimental and some APIs might get changed without …

  6. Magnum Python docs

    Welcome to Python-flavored Magnum! Please note that, while already being rather stable, this functionality is still considered experimental and some APIs might get changed without …

  7. magnum.Quaternion | Magnum Python docs

    def magnum.Quaternion. from_matrix (matrix: Matrix3x3) -> Quaternion staticmethod Create a quaternion from rotation matrix

  8. magnum.Vector3 | Magnum Python docs

    def magnum.Vector3. projected_onto_normalized (self, line: Vector3) -> Vector3 Vector projected onto a normalized line

  9. magnum.math | Magnum Python docs

    Magnum math vs Python math Subject to change Currently, doing from magnum import math will bring in the Magnum’s math module which at the moment does not contain the well-known …

  10. Python API conventions | Magnum Python docs

    Python API conventions Basic rules and good practices for both Python binding developers and users. API naming mapping is made as clear as possible, the user should not need assistance …