fyne-io/fyne

Draw canvas primitives using OpenGL?

Aperta

#563 aperta il 4 dic 2019

 (24 commenti) (0 reazioni) (0 assegnatari)Go (1526 fork)batch import
help wantedoptimization

Metriche repository

Star
 (28.262 stelle)
Metriche merge PR
 (Merge medio 26g 11h) (38 PR mergiate in 30 g)

Descrizione

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?

Guida contributor