Re: [Solved] Adding a new module to Love, help!
Posted: Sat Jan 14, 2017 5:16 pm
I think bartbes meant that instead of calling require "love.myModule" in boot.lua you could have done it in main.lua or any other Lua file that is part of your project and not necesarily inside of LÖVE source code.
PS (not related to what I just explained): You could also dynamically compile your module into a .dll or .so file without the need for it to be part of LÖVE
PS (not related to what I just explained): You could also dynamically compile your module into a .dll or .so file without the need for it to be part of LÖVE