Page 1 of 1

Dose this engine work with C++?

Posted: 19 Jun 2013, 11:10
by talking_slimeball
Dose this engine work with C++? Or am i going to have to learn the Lua languish?

Re: Dose this engine work with C++?

Posted: 19 Jun 2013, 11:11
by gajop
It's written in C++, but Lua is used to run customized code on it.
You could always write C++ code and compile it all yourself though...

Re: Dose this engine work with C++?

Posted: 19 Jun 2013, 11:12
by Silentwings
The engine is written in C++. It has an API (which is used by nearly all mods) that allows lua callins/outs and opengl.

Don't worry about lua if you are already good with C++ - it's dead easy, if somewhat idiosyncratic.