Flutter engine based ui framework
okojava88
okojava.dev at gmail.com
Thu Jan 23 09:09:32 UTC 2025
On Sunday, 12 January 2020 at 14:15:35 UTC, Newbie2019 wrote:
> Flutter engine is written by C++, original for Flutter
> framework based on Dark language.
>
> But there is project to rewrite Flutter framework in TypeScript
> and C++ language, so they can developer mobile and desktop and
> IOT UI framework from TypeScript and C++.
>
> They are cross platform (for android, IOS, window & macOS &
> linux) with native GPU acceleration UI framework.
>
> examples: https://github.com/TGIF-iMatrix/MXFlutter (and there
> also C++ and IOT project, I just cant find it)
>
> The Alibaba ( biggest electronic business platform in China)
> use flutter to build they mobile
> app
> https://play.google.com/store/apps/details?id=com.taobao.idlefish
>
> D has native C++ ABI support, is there any one interested to
> implement flutter framework on D language ?
This is a fascinating discussion about the potential of expanding
the Flutter framework beyond its current implementation! The idea
of rewriting it in TypeScript and C++ sounds ambitious but also
incredibly promising, especially for developing cross-platform UI
frameworks with native GPU acceleration for mobile, desktop, and
IoT.
It’s also interesting to see how big companies like Alibaba are
already leveraging the Flutter framework for large-scale apps
like Idle Fish. For more information about Flutter, you can check
this article: https://www.cleveroad.com/blog/why-use-flutter/.
Regarding implementing the framework in D language, it could be
an exciting challenge given D’s native C++ ABI support. It would
be great to see more exploration and experimentation in this
direction.
More information about the Digitalmars-d
mailing list