how about the Scripting in Irrlicht engine? How to use?

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
michael520
Posts: 230
Joined: Mon Oct 10, 2005 2:24 am

how about the Scripting in Irrlicht engine? How to use?

Post by michael520 »

Anyone know how to use scripting in irrlicht? or any relative links?
Thanks!
Myth
Posts: 81
Joined: Wed Apr 13, 2005 5:48 pm

Post by Myth »

1. Write a little scripting core.
2. Make some commands
3. If you recognize those commands in the script then execute them ingame.
JOIN MY (100mbs 2x 3GHZ CPU) IRRLICHT FORUMS
http://irrlicht.halo4you.com/forums/
For all your programming quesitons and irrlicht ones!.

My fan site: http://www.halo-center.com
Guest

Post by Guest »

Myth wrote:1. Write a little scripting core.
2. Make some commands
3. If you recognize those commands in the script then execute them ingame.
Thanks!
I wonder which script language is best for irrlicht?
piot

Post by piot »

it has nothing to do with irrlicht, best scripting language for games is lua (performance) followed by python
Post Reply