lemur
lemur copied to clipboard
Partial implementation of Roblox API in Lua
We hit a need for this in roblox/roact#184. It's possible that Lemur might be obsolete before we land this feature, but it is blocking integration for Roact.
In progress development of the roblox utf8 library. - utf8.char is fully feature-complete, unless there are special behaviors for when multiple numbers are passed in besides just concatenating them, which...
The Gotham font that is exposed in the Font enum (https://developer.roblox.com/en-us/api-reference/enum/Font) is missing in Lemur.
Patch 2
Added math.sign and added it to the spec. Not sure where I'd put it in the feature list, since `math.clamp` isn't there either.
https://github.com/LPGhatguy/lemur/blob/a69e24573aac6104d0f071e8c6d7583dd2dfae1b/lib/types/Vector3_spec.lua#L100 Simple change with ``should equal another Vector3 with the same x, y, and z``
My code relies on a lot of instances existing that would in the normal place, but need to be manually instantiated in Lemur. Would be cool to mix lemur with...
We got https://github.com/LPGhatguy/lemur/issues/189 working great, but we still cannot use `split` as a method. In Vanilla Lua, one should be able to simply do `string.split = function() end` and it...