While PWOgreBox is new, and releasing today, PWToolBox is now also at 1.0 as well.

Description:PWOgreBox is a cross-platform API providing common functionality for Ogre projects. Currently the project only consists of a wxWidgets control for embedding Ogre into. We will be adding to this library in the future, as our project requires it.
Features:The current version, PWOgreBox 1.0, has the following features:
- Cross-platform (Windows and Linux) wxWidgets control for embedding Ogre into.
- Supports multiple controls and scenes
- Independent and adjustable update rate per control.
- Pause and unpause rendering independently of other controls
- Listener interface for hooking into key events
- Calculates relative mouse motion and lets you know through the listener interface
- Multiple listeners per control
- Gives you access to the scene manager, camera, and viewport of the control.
- Provides a static getHandleAsString function which takes a pointer to a wxWindow and returns the platform-specific string representation of the handle, which is used as the value of externalWindowHandle. This is used internally but is also great for creating a hidden primary render window.
Documentation:Doxygen documentation can be found here:
http://www.projectwish.com/pwogrebox/doxygen/htmlYou can also visit the dedicated forum for PWOgreBox located here:
http://www.projectwish.com/index.php?showforum=586License:PWOgreBox is licensed under the LGPL v2.1 license, with an optional unrestrictive license. We do not currently offer the unrestrictive license, but will expedite it if requested. If you are interested in an unrestricted license, contact: contact@projectwish.com.
How can you help?Besides spreading the word, you can help us out by heading over to our forums and report any bugs you come across. We're also looking for linux package developers to make packages for us. Contact us if you can help.
Download:Download
here.
Who's using PWOgreBox?We're interested to find out, so let us know.
Other Software:You may also be interested in our other software products, located at
http://www.projectwish.com/index.php?act=d...at&cat_id=4To accompany this release of PWOgreBox, PWToolBox 1.0 has also been released. It is not required to use PWOgreBox.