[
Treeform
@ 05:13
] Want feed back plz
Well here is a test version:
version 1
Try it out
show
// (login to comment)
[
Treeform
@ 17:15
] Panda3D 1.5.0 released - i will use this for pyweek again
This release includes Fully fully automatic Shader Generation. So if you don't know shader math but still want to use shader take a look!





Other features - there is so many its hard not to make it look like a laundry list:
Main features for me are:
complete python support
out of the box working everything on linux
supper stable + debugging + performance monitoring
I am sure you will find some thing you need:
Full Python Integration
Automatically-generated wrappers expose full functionality of engine.
* Highly optimized: all core functionality in C++
* Thoroughly-tested: two commercial MMOs in python
* Panda3D structures garbage collected when using Python
* Manual and sample programs use python
Exposes Full Power of Graphics API
Modern OpenGL features exposed directly to Panda3D user:
* High-level shader language: Cg
* Powerful interface between shaders and engine
* Render-to-texture, with ARB_draw_buffers
* Use of depth/shadow textures
Just Works, Right out of the Box
No-hassle install:
* Convenient installer package for Windows
* Only one external dependency: working graphics driver
* Sample programs run right out of Start Menu
* No compilation step needed
* Installers (rpm & deb) for Linux too
Debugging Tools
Heavy emphasis on error tolerance and debuggable code:
* Extreme resistance to crashing, even when errors are made
* More than 5000 assertion-checks to catch errors early
* Reference-counted data structures minimize memory leaks
* Many tools to examine internal state (one shown here)
Performance Monitoring
Powerful performance monitoring and optimization tools:
* Identifies bottlenecks, both CPU and GPU
* CPU time use decomposed into more than 250 categories
* Counts meshes, polygons, textures, transforms, state changes, etc
* Allows user-defined CPU-usage categories
* Tools for batching and state-change minimization
* Toos to merge textures and minimize texture switches
Mature, Complete System
Mature system used to deliver several commercial games.
Contains everything you need, not just the "sexy" stuff:
* Converters for older file formats
* Font file importers
* Tool to package games into redistributables
* Means to pack art assets into encrypted bundles
* Lots of other boring but essential stuff
Commercial Games Already done with panda3d:
* Disney's Toontown
* Disney's Pirates of the Caribbean Online
* SimOps Studios: Code3D
* MSA's Thermal Enforcer
* Little Mermaid Pinball, Aladdin Pinball, and Pirates Pinball
show
// (login to comment)