Skip to content

Conversation

@asiekierka
Copy link
Contributor

What does this PR change?

  • Move from using display lists to VBOs for rendering TextBuffers, single-handedly improving performance by 2x!
  • Minor optimizations across the codebase, in many areas.

What are the downsides?

  • By default, the full font is currently loaded into a massive 16MB texture. This can probably be cut in half pretty easily - anything else would require massively complicating the VBO code.
  • The VBO code can probably be optimized a little further still.

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

Successfully merging this pull request may close these issues.

1 participant