PhantomGamesDevelopment / Galactic-2D

Open source engine technology created in C++.
1 stars 1 forks source link

TODO: LUA-JIT FFI #10

Open Phantom139 opened 10 years ago

Phantom139 commented 10 years ago

The scripting language of choice for Galactic 2D is LUA. We want to have JIT support so that code is compiled and readily available for faster performance times.

Also, by adding the LUA FFI module to the scripting language, the scripting language itself will have access to bind functions to C++ methods, allowing for more advanced and complex scripting methods to be developed.

This module should be dropped into the Console section when completed, and the Console portion of the engine needs to have access to input and output of LUA in the engine.