Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.27 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.27 KB

VL.Yoga (WIP)

Repository contains https://github.com/facebook/yoga implementation for vvvv-gamma

Based on @Haselnussbomber YogaSharp
Uses small patch to align yogacore.dll path to vvvv runtimes folder.

Installation

nuget install VL.Yoga

This repo is in early WIP stage

  • Fix todos
  • Code cleanup
  • Nodes set
  • Tests
  • Nuget

Links

https://www.yogalayout.dev/ https://github.com/Haselnussbomber/YogaSharp/

Additional links https://github.com/bj-rn/VL.Flex-UI https://github.com/gilzoide/unity-flex-ui https://github.com/IceReaper/YogaSharp

Credits

@Haselnussbomber - for original yoga interop code.
@bj-rn - for advice and help during early development stage.
@antokhio - or spending a bit of time figuring that out.

Thank you guys for all the work.

Contributing

fork
git checkout -b [feat|bug]/[name] // feat - for 'feature', bug for 'bug'
git commit
pr

test