A facebook/yoga layout engine bindings for C# programming language
Yoga.Interop bindings are generated using ClangSharp
install ClangSharpPInvokeGenerator and then run generation.ps1
/generaion.sh
dotnet tool install --global ClangSharpPInvokeGenerator
you need to compile a (lib)yoga.dll/.so and place it in YogaCpp/build/ (or you can just build it rn)
cmake . -B YogaCpp/build -G Ninja
cd YogaCpp/build
ninja