|
|
|
|
|
by chem83
19 days ago
|
|
Thanks for the write up. Wondering why not use something like Flutter for good cross platform support with good graphical performance on all systems. One could argue that with agentic programming, releasing on a new platform is simply a matter of prompting for a new target, but I fear that the non-determinism of LLMs will lead into a whac-a-mole situation where you’re constantly fighting framework specifics and the code that the agent spit out to get to pixel perfect solutions across the platforms. Flutter in this case would be a more token efficient solution and quite fast on most platforms (particular the ones where their Impeller engine runs). |
|