Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > ANN: Python Computer Graphics Kit v2.0.0alpha5

Reply
Thread Tools

ANN: Python Computer Graphics Kit v2.0.0alpha5

 
 
Matthias Baas
Guest
Posts: n/a
 
      09-02-2005
The fifth alpha release of version 2 of the Python Computer Graphics
Kit is available at http://cgkit.sourceforge.net


What is it?
-----------

The Python Computer Graphics Kit is a generic 3D package written in
C++ and Python that can be used for a variety of domains such as
scientific visualization, photorealistic rendering, Virtual Reality or
even games. The package contains a number of generic modules that can
be useful for any application that processes 3D data. This includes
new types such as vectors, matrices and quaternions. Furthermore, the
package can read and store 3D models in memory where they can be
manipulated by Python programs. The kit comes with tools that can be
used to display the scene either interactively or by rendering it
offline via a RenderMan renderer.


What's new?
-----------

- Easier usage as external dependencies are delayed until they are
really used. This makes it easier to use most parts of the package
even when you do not have PIL or PyOpenGL installed.

- To further ease installation you can opt to install a 'light'
version which is implemented in pure Python. This light version only
has limited functionality (basically it provides the functionality of
cgkit1) but it has no dependencies at all (neither at runtime nor at
installation time (no C/C++ compiler required!)) and runs virtually
anywhere (this should also work on your mobile phone .

- New BezierCurve object that is modelled after the spline shape in
MAX (MAX spline shapes can actually be exported with a special
maxscript).

- New MotionPath component to animate objects or sample curves at
regular intervals.

- The RMShader class does not need an external preprocessor anymore
(which makes life easier for Windows user).

- + quite a few more enhancements and bugfixes (see the changelog).


Windows binary versions are available for Python 2.3 and Python 2.4.


For more information, visit:

http://cgkit.sourceforge.net


- Matthias -

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ANN: Python Computer Graphics Kit v2.0.0alpha2 Matthias Baas Python 0 01-20-2005 08:44 PM
ANN: Python Computer Graphics Kit v2.0.0alpha1 Matthias Baas Python 0 12-13-2004 09:58 PM
ANN: Python Computer Graphics Kit v1.2.0 Matthias Baas Python 0 10-11-2004 06:37 PM
ANN: Python Computer Graphics Kit v1.1.0 Matthias Baas Python 0 01-18-2004 06:49 PM
ANN: Python Computer Graphics Kit v1.0.1 Matthias Baas Python 0 09-10-2003 08:42 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57