-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fontrendering #40
base: main
Are you sure you want to change the base?
Fontrendering #40
Conversation
# Conflicts: # Cargo.toml
Worth checking out: https://github.com/yeslogic/allsorts |
8c5d8ee
to
4dbd47b
Compare
@FabianWildgrube Hi! Are you still interested in pushing this forward? I think this approach is still very nice, though there were some limitations I don't remember right now. |
Hi @maxammann - I still think it's an interesting and fun problem to look at. But realistically I'm not going to get to it because of work and other obligations 😞 |
Yeah same here :) no worries! |
Adds an
experiments
folder with a standalone native app that tests rendering of text on the GPU.See detailed explanation and a first benchmark here.
This PR is not finished, rather opened as a draft for visibility purposes.
Open Issues include:
This experiment could also be refactored to abstract the boilerplate code for the standalone winit/wgpu application away, so that that can be reused for other experiments (if we don't want to always work with the full maplibre-rs project as the basis)