Skip to content

mcfletch/pyvrml97

Repository files navigation

PyVRML97 Scenegraph Model

PyVRML97 is the scenegraph model from OpenGLContext but can be used separately in VRML97 processing tools. It relies on SimpleParse, PyDispatcher and Numpy to provide the basic modelling functionality.

Properties (fields) in PyVRML97 follow the "Observer" pattern, and PyVRML97 provides a cache mechanism that allows you to do cache invalidation when setting properties (fields). OpenGLContext uses that extensively to optimize the rendering process.

Installation

It isn't common to directly install PyVRML97 itself (normally you want to install it as part of installing OpenGLContext), but should you wish to, you can install via:

$ pip install PyVRML97 PyVRML97_accelerate

The PyVRML97_accelerate module requires that you have a working compiler (or, if you are on Windows, prebuilt wheels likely are available).

Appveyor Build

Latest PyPI Version

Monthly download counter

About

PyVRML97 Scene Graph Model classes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published