awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesDraw Call Batching

Optimizations to reduce the frequency of GPU draw commands during text rendering.

Distinct from Text Rendering Optimizations: Focuses on reducing GPU overhead via batching rather than improving glyph clarity or font quality

Explore 1 awesome GitHub repository matching user interface & experience · Draw Call Batching. Refine with filters or upvote what's useful.

Awesome Draw Call Batching GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • bradley/blotterbradley 的头像

    bradley/Blotter

    3,078在 GitHub 上查看↗

    Blotter is a WebGL text rendering engine and fragment shader text visualizer. It provides a system for composing and previewing stylized text effects by applying custom GLSL fragment shaders to text elements on a web canvas. The project includes a shader editor for defining and updating custom shader logic and uniforms in real time. This interface allows for the creation of unique visual styles and the modification of rendering variables without reloading the underlying logic. The engine incorporates performance optimizations for WebGL rendering, utilizing texture atlas batching and a single

    Minimizes GPU draw calls by using texture atlasing and a shared back buffer for stylized text.

    JavaScriptanimationcreative-codingcss
    在 GitHub 上查看↗3,078
  1. Home
  2. User Interface & Experience
  3. Rendering Optimization
  4. Text Rendering Optimizations
  5. Draw Call Batching