HackerTrans
TopNewTrendsCommentsPastAskShowJobs

FrankenApps

no profile record

comments

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