How to script in Irrlicht

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
joemeng967
Posts: 2
Joined: Fri Apr 18, 2014 3:26 am

How to script in Irrlicht

Post by joemeng967 »

This is a really noobish question, but i haven't really spent any time researching this, but how do you script in Irrlicht?
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: How to script in Irrlicht

Post by CuteAlien »

You don't. Irrlicht is a pure c++ library. If you need scripting you have to add that in your application.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply