HelpRequested
From PyWiki
Here are a list of items/tasks that need doing -- any and all help welcome - please send an email to andy --at-- python-ogre.org or simply edit this page and put your name against the task
Contents |
Add A new Module
There are many great C++ libraries out there that would make great additions to the Python-Ogre 'family' -- have a go at adding one....
Shrink the Linux Libraries
Currently _ogre_ module is huge under Linux and can be reduced with suitable use of the GCC Visibility flag -- someone needs to have a look at enabling this when building the Ogre C++ library (our patch intentionally turns this off) and enabling it in the scons link flags. It did work at one point with a specific gcc/libc, then was broken so I disabled it. Not sure of it's status now.
Create a new SampleFramework
The current sample framework is rather simplistic and needs to be updated to make it more python suitable (remove the way the resources/plugins etc config files are handled) and should have a simple state and task system added so it can be more useful in a real world application
Write / convert demos
There are a number of Ogre demos that haven't been converted and some libraries (bullet) without any..
Documentation
We need lots of it :)
