Lua Scripting – Frameworks Final Project

For my final project in frameworks I implemented Lua scripting to animate objects in the scene.
This was done by binding C-functions in the engine to Lua scripts for each animated object.
These scripts are called either on initialization of the object, or each frame depending on what you want to achieve.

Features of this project:
– Lua scripting of exposed C functions to modify object’s data
– Multiple Commands either by time or speed:
– MoveTo
– RotateTo
– SetVisibility
– Follow
– And more
– Easing in/out using cubic function
– Rendering debug information to see what each script is up to

Frameworks Final Project Demo Video