Flow icon indicating copy to clipboard operation
Flow copied to clipboard

🌊 A Flexbox layouting engine for Lua.

Results 6 Flow issues
Sort by recently updated
recently updated
newest added

Adds an example implementation of Flow, in the form of a Flexbox playground.

API usage is relatively straightforward, but adding documentation would still be helpful for new users. Yoga has next to no API documentation either, so other than tests, there's no point...

documentation
good first issue

Flow needs an example project to showcase usage. Maybe replicating the demo found on [Yoga's website](https://yogalayout.com/)?

enhancement

Flow doesn't need to be tied to Roblox! It uses no engine APIs, and several different Lua environments could benefit from this package. Decoupling from Roblox is currently blocked by...

enhancement

Meta released Yoga 2.0 part-way through the development of Flow. Once the new version of Yoga is battle-tested in environments outside of Meta (it has yet to be widely adopted...

enhancement

Three of the test fixtures are flaky and require manual fixing after generating tests. This is a bug in upstream Yoga, but I'd like to find a solution because manually...

bug