A downloadable game

1. Summary

I want to make a 3D Animation System for my engine project. Other classmates can use my engine to animate their game objects easily. 


2. How to use

Users only need to create a lua file, with all the positions and the speed. After load this lua file to the engine, the animation system will create the animation according to the positions(by order) and the speed. From one position to another position, the object will only go straight. 


3. Challenge

I want to make the animation system that capable of changing animations according to input. For example, when user loads two lua files, named animation01 and animation02, players can press any key to change the object's moving path from animation01 to animation02. And if I have enough time, I want to make the animation speed changeable based on input too.


Leave a comment

Log in with itch.io to leave a comment.