Python+Irrlicht Integration

A forum to store posts deemed exceptionally wise and useful

What do you think of the tutorials?

Pretty good.
5
31%
They're okay,
5
31%
Bad.
2
13%
Terrible!!! Get a life!!
4
25%
 
Total votes: 16

GavRo
Posts: 32
Joined: Fri Dec 29, 2006 12:15 am

Python+Irrlicht Integration

Post by GavRo »

Sorry for the immature topic. Just to stop it from getting overlooked, I had to make it look different :)

The tutorial is located on my blog at http://happydesolation.blogspot.com at the bottom right corner of the page. Just scroll down and its right under the section marked Blog Archive.

Thanks, and leave feedback.
Last edited by GavRo on Sat Jun 06, 2009 8:52 pm, edited 1 time in total.
FuzzYspo0N
Posts: 914
Joined: Fri Aug 03, 2007 12:43 pm
Location: South Africa
Contact:

Post by FuzzYspo0N »

IM not gonna read your blog cos you seem 12.. You should be banned too. Its like a spambot, but worse.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Did I miss something, or did you misinterpret something in this post, fuzzy? I'd appreciate some more supported Irrlicht wrappers.
Jookia
Posts: 170
Joined: Wed Nov 19, 2008 1:11 am

Post by Jookia »

FuzzYspo0N wrote:IM not gonna read your blog cos you seem 12.. You should be banned too. Its like a spambot, but worse.
What the hell, man?
FuzzYspo0N
Posts: 914
Joined: Fri Aug 03, 2007 12:43 pm
Location: South Africa
Contact:

Post by FuzzYspo0N »

Sorry for the immature topic. Just to stop it from getting overlooked, I had to make it look different
I thought it was some desperate attempt to get attention, seeing as the poster even said so (my bad).

Apologies though, i didnt think it was a real python wrapper (the blaringly annoying post methodology threw me off). Ill take a look then, and post back with some opinions.
What the hell, man?
Dont jump on the bandwagon, dude. Nobody likes that at all ;)
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

cooleo

Post by netpipe »

http://code.google.com/p/unladen-swallow/ keep an eye on this project it looks to hold some promise.
Jookia
Posts: 170
Joined: Wed Nov 19, 2008 1:11 am

Post by Jookia »

FuzzYspo0N wrote:
What the hell, man?
Dont jump on the bandwagon, dude. Nobody likes that at all ;)
I'm not, I was pissed at how you lashed out at a genuine topic.
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

gaaa

Post by netpipe »

how can we put this into a reusable c++ class ?
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Post by netpipe »

i've wrapped this into a nice little namespace

http://tecan.ath.cx/Python.h

to use just

Py_Initialize(); //Initialize Python
Python::init_irr(); //Initialize our module
Python::registerScene(*smgr);
Python::ExecuteScript("script.pys");

Py_Finalize();
theOneAwaited
Posts: 12
Joined: Fri Aug 14, 2009 10:03 am
Location: Netherlands

Post by theOneAwaited »

To GavRo:

I went to your blog and it said the tutorial had reached its download limit, so no one can download it anymore. Is the file available somewhere else?

To tecan:

Your link goes to a website that doesn't exist. Can you fix the link?

Thanks in advance
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

Post by randomMesh »

theOneAwaited wrote:To tecan:
Your link goes to a website that doesn't exist. Can you fix the link?
The header downloads fine for me.
"Whoops..."
odenter
Posts: 48
Joined: Thu Oct 21, 2004 10:35 am
Location: Bremen (Germany)

Post by odenter »

The tutorial, not the header.
Tutorial link is broken.
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: Python+Irrlicht Integration

Post by netpipe »

http://www.xup.in/dl,21015956/IrrlichtPython.7z/ << not sure why the texture loading is broken maybe someone else knows.
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Re: Python+Irrlicht Integration

Post by REDDemon »

I always thinked at python like something obese, and stopped to use after few programs. (also never had true occasions to use it for real). I'm changin my opinion. nice
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
_maxim_
Posts: 54
Joined: Thu May 27, 2010 11:05 am
Location: Russia
Contact:

Re: Python+Irrlicht Integration

Post by _maxim_ »

tecan wrote:http://www.xup.in/dl,21015956/IrrlichtPython.7z/ << not sure why the texture loading is broken maybe someone else knows.
if your platform allows use ctypes, you can do independent from python versions, mix c++ and python, see MainLoop.h and main_loop_example.py respectively
Post Reply