I am trying to use libraries in Lua Glider. From the tiny amount of documentation, I should be able to have a project’s files included in another project when it is run.
So, I have a project called “myProject”, with main.lua and such.
And, “myLib”, with files and folders. I want these files and folders to be used when running myProject.
I’ve added myLib as a library to myProject. No problem.
If I chose “Build all configurations” and then “Open Build Folder”, I see a folder with everything in it! Great.
However, “Run Main Project” does not do anything like this. It does not add files to the main code (which also makes sense to me…don’t screw up my code.)
So, now what? So, how does this library thing work? Please, please, there should be a basic tutorial or something on this!