My Working Tutorial Code for Python-Ogre

inneractive

09-06-2007 08:48:30

As someone new to Python and Ogre I learned a lot the past few days from using the sf_OIS.py file to work through the wiki tutorials. I decided to post my working tutorial code for Python-Ogre 1.0RC2a in the hopes that it may help out some other new users until the wiki gets updated.

Next I'll be putting together a very basic framework for loading and testing my models and materials from Maya. I've also started learning wxPython, which is a very cool library.

[Edit]

Code moved to the wiki:
http://python-ogre.org/wiki/Tutorial_01

inneractive

09-06-2007 08:49:47

[Edit]

Moved to the wiki:
http://python-ogre.org/wiki/Tutorial_02

inneractive

09-06-2007 08:50:59

[Edit]

Moved to the wiki:
http://python-ogre.org/wiki/Tutorial_03

inneractive

09-06-2007 08:52:06

[Edit]

Moved to the wiki:
http://python-ogre.org/wiki/Tutorial_04

inneractive

09-06-2007 08:53:19

[Edit]

Moved to the wiki:
http://python-ogre.org/wiki/Tutorial_05

andy

09-06-2007 15:58:09

Very Cool !! Perhaps you would like to start a tutorial section on the Python-Ogre.org wiki ??

Cheers

Andy

inneractive

09-06-2007 21:32:09

Sure. I haven't modified a wiki before, but if you create a tutorial section I'll figure it out and update then add the five beginner tutorials from Ogre3d.org.

I did not see a way to register for the site so I'll pm you with my email addy.

inneractive

11-06-2007 01:13:23

I have the first tutorial up and plan to add at least one each day so they should all be completed soon. I'll add a "Things to try" section to each one afterwards.

Here is a link to the first tutorial:
http://python-ogre.org/wiki/Tutorial_01

andy

11-06-2007 02:44:53

AMAZING !!!

Seeing this type of information being posted is great !!!!

Many Thanks
Andy

pocho

11-06-2007 02:57:16

very good man.
thanks very much
it is of much utility for the novices like I ....
:)

inneractive

11-06-2007 11:09:24

I hope it helps some. I finished updating Basic Tutorial 02.

http://python-ogre.org/wiki/Tutorial_02

inneractive

12-06-2007 03:09:42

I have code up for Basic Tutorial 05: CEGUI and Ogre if anyone is interested. I'm finally getting to tutorials that were never added to the PyOgre page on Ogre3D.org. :D

http://python-ogre.org/wiki/Tutorial_06

I also moved all of the code posted here to the wiki. I'm still in the process of converting the actual tutorial text though.

andy

12-06-2007 06:16:47

Again, let me say thank you for all the tutorials..

I've added a link to the http://www.python-ogre.org/ page (under Documentation) to a page that automatically finds all the tutorials.

If you keep with the naming scheme ("Tutorial_xxxx") then these will show in the list -- I'll also look at the macro to see if we can automatically pull out a brief description to show on the page.

Cheers

Andy

inneractive

12-06-2007 22:19:57

Well, it's just my way of saying thanks for Python-Ogre, I'm really loving this app because coding in C++ hurts my head. I tested out your link and the tutorial listing is working great. I'll stick to the naming scheme specified.

I have to finish up a 3D model by Sunday night, so I probably won't get a chance to start on the intermediate tutorials until next week. But I'll try to finish up transferring the text for all the basic tutorials this week.

inneractive

24-06-2007 03:23:33

Been engrossed with my current 3D model, but I was able to finish up Tutorial 4 today and will continue to work on 5 and 6.

http://python-ogre.org/wiki/Tutorial_04

Raygoe

10-08-2007 06:35:08

"Posted: Sat Jun 23, 2007"

I am guessing the tutorial has now been abandoned?
It was so good though...

Are there any other tutorials out there that are relevant to Python Ogre?