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

Improve font API to use a texture atlas internally. #9

Open
3 tasks
Shaptic opened this issue Jul 15, 2013 · 0 comments
Open
3 tasks

Improve font API to use a texture atlas internally. #9

Shaptic opened this issue Jul 15, 2013 · 0 comments

Comments

@Shaptic
Copy link
Owner

Shaptic commented Jul 15, 2013

Currently, the font API uses individual quads for every character, and thus causes a performance hit with the excessive state changes when rendering to a obj::CEntity instance.

The suggested model would use a texture atlas internally, thus speeding up rendering performance significantly. All changes should happen behind the scenes, so any documentation should properly transfer to the new functionality and the user should not see any changes in the way they use the API.

  • Write texture coordinate offset shader
  • Write new font API
  • Ensure compatibility with old API calls
@ghost ghost assigned Shaptic Jul 15, 2013
@Shaptic Shaptic removed their assignment Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant