HackerTrans
トップ新着トレンドコメント過去質問紹介求人

FrankenApps

no profile record

コメント

FrankenApps
·3 か月前·議論
Cool stuff. Have you tried https://github.com/embedded-graphics/embedded-graphics ?
FrankenApps
·3 か月前·議論
Not exactly what you asked, but I recently answered a very similar question on StackOverflow: https://stackoverflow.com/questions/79345013/how-to-focus-te...
FrankenApps
·3 か月前·議論
Iced is the clear number one for me, too. The only thing I'd love to see officially supported in iced in the future is mobile apps. But it looks like that ain't gonna happen anytime soon (with the most recent PRs getting rejected once again).
FrankenApps
·3 か月前·議論
The only things I don't like about this is a) your binaries will become huge and very slow to compile with optimizations enabled and b) it's dependence on GPUI and its unsure future direction (I'd like to see GPUI thrive outside of Zed but the maintainers have clarified that that's not the goal for now).
FrankenApps
·3 か月前·議論
Isn't pure CPU rendering possible in iced with the tiny-skia backend?
FrankenApps
·8 か月前·議論
The Rust Community is working on gcc-rs for this very reason.
FrankenApps
·9 か月前·議論
There are some new interesting developments though: https://github.com/gfx-rs/wgpu/pull/8217 Just sadly not in the spec as mentioned.