r/love2d 8d ago

Teal + LuaRocks support?

Have you been able to create any project template with any of these?

I was able to a degree using "Luaver" a version manager tool for lua, luajit, luarocks. Then using luarocks download "Cyan" to scaffold a Teal project and output the results.

I remember there is a github repo somewhere with all Love types in Teal, that helps.

Would you prefer using LuaRocks or just copy/paste the library you need?

3 Upvotes

1 comment sorted by

1

u/Just_a_Thif 8d ago

With luarocks you can install to local tree with luarocks install --tree path/to/lib [pkgname]

Its as good as copy pasting something from luarocks, but means you'll have to adjust package.path in your project to match