Irrlicht binding for Perl, Python, Ruby etc.

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
ErMurazor
Posts: 37
Joined: Sat Dec 13, 2003 2:00 pm
Location: Sweden
Contact:

Post by ErMurazor »

I have uploaded Venom for Irrlicht 0.9 on my download page. And Venom now works with new terrain engine in 0.9. There is an updated exempale “terrain.py” that shows the terrain function. There is also now a compiled venom.so for Linux. So Venom now works for both Windows and Linux.
Image
Last edited by ErMurazor on Fri Dec 30, 2005 7:04 pm, edited 1 time in total.
Project YAMMO and
Venom for Irrlicht (Python Irrlicht language binding)
http://www.stenhard.net
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Nice, that was fast :)
ErMurazor
Posts: 37
Joined: Sat Dec 13, 2003 2:00 pm
Location: Sweden
Contact:

Venom for Irrlicht 0.11

Post by ErMurazor »

Venom for Irrlicht 0.11 is now on my download page. I have ported some of Irrlich tutorials to python.
And they can be found in the example directory. Venom library is provided both for Windows and Linux and
compiled version is included in the zip file.

Changes

Code: Select all

----------------------
Venom for Irrlicht 0.11
----------------------
Gui
venom.SetGUISkinColorTransparency
New venom.AddGUIElements
scrollbar_vertical
scrollbar_horizontal
addFileDialog

animation
venom.CreateFlyCircleAnimator
venom.CreateFlyStraightAnimator
venom.SetAnimationSpeed
venom.SetAnimationFrameLoop

misc
venom.ProcessEventsAndRenderColor
Irrlich tutorial 1,4 and 5 ported to python.
Image
Last edited by ErMurazor on Fri Dec 30, 2005 7:04 pm, edited 1 time in total.
Project YAMMO and
Venom for Irrlicht (Python Irrlicht language binding)
http://www.stenhard.net
Fred

Post by Fred »

Good job!
tentons
Posts: 4
Joined: Fri Oct 15, 2004 3:58 pm
Contact:

Post by tentons »

Sweet! I'm going to play with this tonight. :)
ErMurazor
Posts: 37
Joined: Sat Dec 13, 2003 2:00 pm
Location: Sweden
Contact:

Venom for Irrlicht 0.14

Post by ErMurazor »

A new version of Venom is now in the download section. This is a Venom version for Irrlicht 0.14. And Venom is now also compiled with Python 2.4. No new functions have been added sorry for that. The Linux version is in the zip file but has not been verified with a hardware accelerator card since it is compiled in a VMWare session. I have installed a 64bit Gentoo on my normal box but have not fix the 32bit environment yet to test Venom 32bit version.
Project YAMMO and
Venom for Irrlicht (Python Irrlicht language binding)
http://www.stenhard.net
Guest

Re: Venom for Irrlicht 0.14

Post by Guest »

Just wanted to say keep up the good work. Venom seems quite easy to use.

It seems the original version used SWIG, but now uses a custom wrapper generator. Is there any thought of moving back to SWIG? Does SWIG still have any limitations that prevent it working with Venom? A SWIG wrapper would probably be easier to maintain in case of future Irrlicht API changes.
Post Reply