Moonring getting lots of Love

Show off your games, demos and other (playable) creations.
User avatar
Madrayken
Party member
Posts: 126
Joined: Sun May 04, 2014 4:21 pm
Location: Oakland CA
Contact:

Re: Moonring getting lots of Love

Post by Madrayken »

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!)
Discord: https://discord.gg/tYfHgXc
Bandcamp: https://madrayken.bandcamp.com/
Twitter: @Fluttermind
laincake0
Prole
Posts: 3
Joined: Sat Dec 12, 2020 12:01 pm

Re: Moonring getting lots of Love

Post by laincake0 »

Madrayken wrote: Wed Oct 25, 2023 9:57 pm 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!)
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?
User avatar
Madrayken
Party member
Posts: 126
Joined: Sun May 04, 2014 4:21 pm
Location: Oakland CA
Contact:

Re: Moonring getting lots of Love

Post by Madrayken »

Sorry. Only just saw this! Nope. The project was already FAR too large for me to retroactively fit Teal into my workflow.
Discord: https://discord.gg/tYfHgXc
Bandcamp: https://madrayken.bandcamp.com/
Twitter: @Fluttermind
3xau1o
Prole
Posts: 4
Joined: Sat Nov 30, 2024 4:28 pm

Re: Moonring getting lots of Love

Post by 3xau1o »

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

Code: Select all

local tl = require("tl")
tl.loader()
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
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 4 guests