Re: Wrapper / abstraction layer mechanism that download needed files on demand
Posted: Tue Jan 24, 2023 9:01 am
If you think it is that easy to add HTTPS to love2d go right ahead. Please send us the binaries for all supported platforms so that somebody can update the love2d.org homepage. And do not forget to test each platform individually and make sure that the same Lua source code works across all platforms. Makes sure to include documentation too.
Also love.filesystem.write is meant for storing data in the save directory. The AppData directory is not a good place to keep your source code or install applications.
Also love.filesystem.write is meant for storing data in the save directory. The AppData directory is not a good place to keep your source code or install applications.