/research

Primary LanguagePythonMIT LicenseMIT

Cyamites

A python codebase for generating, manipulating, and viewing 3D geometry.

Dependencies

  • numpy (numerical math) -- pip install numpy
  • matplotlib (2D plotting) -- pip install matplotlib
  • pyopengl (interface for OpenGL and windowing) -- pip install pyopengl
  • pyamg (solve certain systems of equations) -- pip install pyamg
  • plyfile (read/write .ply file format) -- pip install plyfile

As usual, the directory containing cyamites/ must be on your PYTHONPATH for the imports to work.