Moonring getting lots of Love
Re: Moonring getting lots of Love
I'll be making Linux builds fairly soon. My brother is helping me set up an auto-build thing. It's a bit beyond me (and I don't have a Linux machine of any sort!)
Re: Moonring getting lots of Love
Thanks. Another question. Lua isn't typed so as a project gets bigger, it gets harder to deal with bugs. How did you deal with this? I saw you commenting about Teal, a typed version of Lua. Did you make use of it?
Re: Moonring getting lots of Love
Sorry. Only just saw this! Nope. The project was already FAR too large for me to retroactively fit Teal into my workflow.
Re: Moonring getting lots of Love
It's just a matter of copying tl.lua file from https://github.com/teal-language/tl/blob/master/tl.lua to your local love project then on main.lua
example https://github.com/3xau1o/love-teal-lick
that will load teal files at runtime, for production it's ideal to compile teal files to lua on build
Code: Select all
local tl = require("tl")
tl.loader()
that will load teal files at runtime, for production it's ideal to compile teal files to lua on build
Who is online
Users browsing this forum: Ahrefs [Bot], glitchapp and 1 guest