HackerTrans
TopNewTrendsCommentsPastAskShowJobs

FrankenApps

no profile record

comments

FrankenApps
·قبل 3 أشهر·discuss
Cool stuff. Have you tried https://github.com/embedded-graphics/embedded-graphics ?
FrankenApps
·قبل 3 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
Isn't pure CPU rendering possible in iced with the tiny-skia backend?
FrankenApps
·قبل 8 أشهر·discuss
The Rust Community is working on gcc-rs for this very reason.
FrankenApps
·قبل 9 أشهر·discuss
There are some new interesting developments though: https://github.com/gfx-rs/wgpu/pull/8217 Just sadly not in the spec as mentioned.