Git Product home page Git Product logo

pyinventor's Introduction

PyInventor

http://thehubbit.github.io/PyInventor

Build Status

PyInventor provides a Python binding for the Open Inventor 3D graphics toolkit. The main drivers for this project are:

  • Enable the creation, modification and viewing of scene graphs with Python
  • Offer a flexible yet easy to use "Python-like" interface to Open Inventor
  • Support of Open Inventor extensions without introducing compile time dependencies
  • Platform independent and compatible with all major implementations of Open Inventor (SGI, VSG and Coin)
  • Undemanding maintenance of the library
  • Compatible with Python 3 (Python 2.x is unsupported)

Using the Module

This module provides capabilities to work with Inventor scene objects from Python. For an overview on how to use it please visit wiki where you can find a getting started guide and examples (see https://github.com/TheHubbit/PyInventor/wiki).

License

PyInventor is Open Source Software and distributed under the BSD 3-Clause License. For full terms see the included COPYING file.

Installation

The binding can be compiled and installed using included distutils setup script. To compile the module CPython 3.3, numpy and Open Inventor need to be installed on the target system. Before running the setup, some variables that point to the Inventor include and library paths as well as the library names need to be adjusted.

# Open Inventor paths and libraries:
oivincpath = ''
oivlibpath = ''
oivlibs = []

Calling the following command will first compile PyInventor and then copy the binaries into the site-packages directory.

python setup.py install

pyinventor's People

Contributors

thehubbit avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.