Difference between revisions of "Techlinks"

From Ghoulwiki
Jump to: navigation, search
(ogre libs)
Line 183: Line 183:
 
** yake : http://www.yake.org/
 
** yake : http://www.yake.org/
 
** goof : http://www.ogre3d.org/wiki/index.php/Game_Object_Oriented_Framework
 
** goof : http://www.ogre3d.org/wiki/index.php/Game_Object_Oriented_Framework
 +
 +
=== python + ogre ===
 +
 +
it seems to be a bit hidden inside the ogre forums and wiki, but here are a few links to get you started : http://www.ogre3d.org/phpBB2addons/viewforum.php?f=3
 +
http://www.ogre3d.org/wiki/index.php/Introduction_to_pyogre
 +
http://www.ogre3d.org/wiki/index.php/pyogre_Beginner_Tutoria l_1
 +
http://www.ogre3d.org/wiki/index.php/pyogre_Beginner_Tutoria l_2
 +
...
 +
http://www.ogre3d.org/wiki/index.php/pyogre_Tutorial1
 +
http://www.ogre3d.org/wiki/index.php/pyogre_Tutorial2
 +
...
 +
 +
it's available with the rest of the ogreaddons from cvs :
 +
http://www.ogre3d.org/index.php?option=com_content&task= view&id=17&Itemid=141
 +
 +
=== why ogre ===
 +
 +
IMHO ogre3d is currently the most powerful opensource 3d engine.
 +
it might not be that easy to learn as more limited engines, but its design is good and it is definitely a good choice in the long run.
 +
We've used it for both iris2 (3d ultima online client) and sfz (spacegame), but with lua instead of python, and are very happy with it. It is even used by several commercial application (possible with lgpl license), such as pacific storm and ankh, and some non-gaming applications as well.
 +
There is a book soley about ogre, and since recently also features in the popular "C++ How To Program" series of books (since 6th edition, see ogre hp)

Revision as of 17:20, 21 September 2007

here i want to mirror the tech-link-list from the iris wiki, in case that goes down... the original is here : http://www.iris2.de/index.php/Links


digital content creation

This part is about creating Models, Textures, Musik, etc for Ogre and Iris.

searching content

gui systems for ogre

  • Navi - uses the LLMozLib library to render HTML based GUIs
  • BetaGUI 2 - betajaen's overlay-based GUI system now has a new theme system using CSS styles
  • QuickGUI is another overlay-based GUI system that concentrates on simplicity

shaders

3d and graphical techniques

interesting links

coding references

Compilers

uo related

ogre libs

there are also game engines embedding ogre :

python + ogre

it seems to be a bit hidden inside the ogre forums and wiki, but here are a few links to get you started : http://www.ogre3d.org/phpBB2addons/viewforum.php?f=3 http://www.ogre3d.org/wiki/index.php/Introduction_to_pyogre http://www.ogre3d.org/wiki/index.php/pyogre_Beginner_Tutoria l_1 http://www.ogre3d.org/wiki/index.php/pyogre_Beginner_Tutoria l_2 ... http://www.ogre3d.org/wiki/index.php/pyogre_Tutorial1 http://www.ogre3d.org/wiki/index.php/pyogre_Tutorial2 ...

it's available with the rest of the ogreaddons from cvs : http://www.ogre3d.org/index.php?option=com_content&task= view&id=17&Itemid=141

why ogre

IMHO ogre3d is currently the most powerful opensource 3d engine. it might not be that easy to learn as more limited engines, but its design is good and it is definitely a good choice in the long run. We've used it for both iris2 (3d ultima online client) and sfz (spacegame), but with lua instead of python, and are very happy with it. It is even used by several commercial application (possible with lgpl license), such as pacific storm and ankh, and some non-gaming applications as well. There is a book soley about ogre, and since recently also features in the popular "C++ How To Program" series of books (since 6th edition, see ogre hp)