pavelkang / research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Python 95.8%Language:GLSL 4.2%