Python+Irrlicht Integration
Python+Irrlicht Integration
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.
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.
-
- Posts: 914
- Joined: Fri Aug 03, 2007 12:43 pm
- Location: South Africa
- Contact:
-
- Posts: 914
- Joined: Fri Aug 03, 2007 12:43 pm
- Location: South Africa
- Contact:
I thought it was some desperate attempt to get attention, seeing as the poster even said so (my bad).Sorry for the immature topic. Just to stop it from getting overlooked, I had to make it look different
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.
Dont jump on the bandwagon, dude. Nobody likes that at allWhat the hell, man?
cooleo
http://code.google.com/p/unladen-swallow/ keep an eye on this project it looks to hold some promise.
gaaa
how can we put this into a reusable c++ class ?
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();
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();
-
- Posts: 12
- Joined: Fri Aug 14, 2009 10:03 am
- Location: Netherlands
-
- Posts: 1186
- Joined: Fri Dec 29, 2006 12:04 am
Re: Python+Irrlicht Integration
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%
-- https://github.com/netpipe/Luna Game Engine Status 95%
Re: Python+Irrlicht Integration
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
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Re: Python+Irrlicht Integration
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 respectivelytecan wrote:http://www.xup.in/dl,21015956/IrrlichtPython.7z/ << not sure why the texture loading is broken maybe someone else knows.