@Mattio
So the Cathulhu was a test of a new feature I’m working on.
I wrote a quick ECS framework (similar to Unity) tonight which may be the direction I want to go in terms of simplifying game creation.
https://dl.dropboxusercontent.com/u/2686756/runtime_update_and_ecs.zip
I had to make a small change to the runtime to enable Lua library loading to get this to work.
Just extract this to where the tool is and replace runtime.dll
Make sure the ecs
folder is in your projects folder.
Try it out using tool ecs
If you want to use ECS in a different project just put it in your project folder and add it to the list of scripts in your .mproject
file.
open up ecs/main.lua
to see how it’s used.
check out ecs/ecs.lua
to get a look under the hood at how the whole thing works.