Page 4 of 4

Posted: Sat Apr 02, 2005 11:19 am
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

Posted: Mon Apr 04, 2005 12:15 pm
by niko
Nice, that was fast :)

Venom for Irrlicht 0.11

Posted: Thu Jul 14, 2005 9:42 pm
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

Posted: Fri Jul 15, 2005 12:53 pm
by Fred
Good job!

Posted: Fri Sep 16, 2005 6:54 pm
by tentons
Sweet! I'm going to play with this tonight. :)

Venom for Irrlicht 0.14

Posted: Fri Dec 30, 2005 7:04 pm
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.

Re: Venom for Irrlicht 0.14

Posted: Thu Feb 09, 2006 1:11 am
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.