Search found 4 matches
- Sat Nov 30, 2024 9:43 pm
- Forum: Support and Development
- Topic: Teal
- Replies: 1
- Views: 10557
Re: Teal
Just got basic teal with lick, nothing fancy
- Sat Nov 30, 2024 9:40 pm
- Forum: Games and Creations
- Topic: Moonring getting lots of Love
- Replies: 13
- Views: 145789
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 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 ...
- Sat Nov 30, 2024 9:11 pm
- Forum: Support and Development
- Topic: Usage with luau lang
- Replies: 3
- Views: 967
Re: Usage with luau lang
thanks, yes actually realized it's not possible as Luau has it's own VM and does not compile down to lua like moonscript or teal
got teal working with love2D, should be enough
got teal working with love2D, should be enough
- Sat Nov 30, 2024 4:33 pm
- Forum: Support and Development
- Topic: Usage with luau lang
- Replies: 3
- Views: 967
Usage with luau lang
newbie here
Found https://luau.org/ a typed superset of lua, in a similar way typescript is a typed superset of javascript, would it be possible to use it in Love2D?
All existing lua 5.1 code is compatible with luau, but luau has more features and it's more type safe
Found https://luau.org/ a typed superset of lua, in a similar way typescript is a typed superset of javascript, would it be possible to use it in Love2D?
All existing lua 5.1 code is compatible with luau, but luau has more features and it's more type safe