Goyda: Cross-Platform UI Toolkit

(github.com)

1 points | by anybodyy 1 hour ago

1 comments

  • anybodyy 1 hour ago
    I built reactive framework in rust. instead of flutter it uses native rendering on every platform (not custom, like flutter does) so it apps look as native as possible

    also, it uses proc macro to make your code reactive. you wrote code without useState and other reactive primitives, but goyda makes it reactive in compile-time

    goyda is not stable for now, but im pretty sure it will be stable soon

    check it out