fyne-io/fyne

Draw canvas primitives using OpenGL?

开放

#563 创建于 2019年12月4日

 (24 条评论) (0 个反应) (0 位负责人)Go (1,526 个派生)batch import
help wantedoptimization

仓库指标

星标
 (28,262 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Looking at the gl driver code for drawing primitives, it appears everything is rasterized in software, and then OpenGL is only used to draw the resulting rasters to the screen. Since there is an OpenGL dependency anyway, why not use OpenGL to draw the primitives? It must have been considered. Is it something planned for the future? Are there strong reasons not to?

贡献者指南