Dose this engine work with C++?
Moderator: Moderators
-
- Posts: 1
- Joined: 19 Jun 2013, 11:06
Dose this engine work with C++?
Dose this engine work with C++? Or am i going to have to learn the Lua languish?
Re: Dose this engine work with C++?
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...
You could always write C++ code and compile it all yourself though...
- Silentwings
- Posts: 3720
- Joined: 25 Oct 2008, 00:23
Re: Dose this engine work with C++?
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.
Don't worry about lua if you are already good with C++ - it's dead easy, if somewhat idiosyncratic.