Skip to content
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

MSDF Texture Atlas #4

Open
corbanbrook opened this issue Sep 23, 2019 · 0 comments
Open

MSDF Texture Atlas #4

corbanbrook opened this issue Sep 23, 2019 · 0 comments

Comments

@corbanbrook
Copy link
Collaborator

corbanbrook commented Sep 23, 2019

The texture atlas will store the MSDF bitmaps created by the MSDF generator.

Will need to support some sort of async box packing algorithm which would allow us to add/reserve new rects from the atlas based on glyph data. Most box packing algorithms have access to all rect data upfront in order to find the most optimal solution. Adding rects over time will be suboptimal but we only want to reserve texture space as new unique glyphs are needed to be rendered.

@corbanbrook corbanbrook changed the title Texture Atlas MSDF Texture Atlas Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant