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

Implemented font atlas support for the renderer text engine #386

Merged
merged 4 commits into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. Implemented font atlas support for the renderer text engine

    This turns most text drawing into a single draw call.
    slouken committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f505623 View commit details
    Browse the repository at this point in the history
  2. Use indices to reduce the number of vertices we send.

    This will also potentially allow us to change the triangle winding order if it becomes important.
    slouken committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9eacfc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e31e57 View commit details
    Browse the repository at this point in the history
  4. stb_rect_pack: make rect_height_compare a stable sort

    This was written by Joshua Simmons <[email protected]>
    nothings/stb#1299
    slouken committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7bfa9c3 View commit details
    Browse the repository at this point in the history