EmreBugday99 / Interactive

A 2D OpenGL Game Engine
2 stars 0 forks source link

Integrated Lua into the engine #19

Closed EmreBugday99 closed 3 years ago

EmreBugday99 commented 3 years ago

Lua integration is done via the source code. I did not integrated Lua as a library. I want it to be compiled with the engine itself because I have plans to modifying/expanding some aspects of it.

For this reason Lua was implemented with the full source code.