Skip to content

strawlab/cgkit1

Repository files navigation

cgkit1

build PyPI version

This is a fork of Matthias Bass's python-cgkit v1.2.0.

It has been updated to be compatible with Python 3 and has the renderman and noise generation code removed.


Python Computer Graphics Kit v1.2.0

Copyright (C) 2002, Matthias Baas (see license.txt)


The Python Computer Graphics Kit is a collection of Python modules that contain the basic types and functions to be able to create 3D computer graphics images. The kit mainly focuses on Pixar's RenderMan interface, but some modules can also be used for OpenGL programs or non-RenderMan compliant renderers like POV-Ray, for example.

Installing the package

The package uses the Python build, so compiling and installing looks the same on every platform, you simply have to call:

python -m build

This will compile the C-modules and install everything in the standard location.

The cgtypes module uses Cython.

About

fork of the Python cgkit 1.x library

Resources

License

Stars

Watchers

Forks

Packages

No packages published