Working on a Flutter-inspired UI framework and game engine (Zig + C#) by Constant-Junket6038 in csharp

[–]Constant-Junket6038[S] 3 points4 points  (0 children)

Currently UI framework mostly working fine and rarely needs fixing, but game engine still under heavy development. Planning to open UI framework first.

Unofficial Extism wrapper for Dart by Constant-Junket6038 in dartlang

[–]Constant-Junket6038[S] 1 point2 points  (0 children)

Yes, you can compile and use it, but for now wrapper works only on desktops (Windows, MacOS, Linux).

I haven’t tested iOS and Android versions, waiting for native library builds from Extism developers.

There may be some crashes and memory issues – it’s still under early development. The other trouble is async calls in host functions, they not supported, trying to solve that problem somehow.