Flow
Flow copied to clipboard
🌊 A Flexbox layouting engine for Lua.
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...
Flow needs an example project to showcase usage. Maybe replicating the demo found on [Yoga's website](https://yogalayout.com/)?
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...
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...
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...