fyne-io/fyne

Draw canvas primitives using OpenGL?

Offen

#563 geöffnet am 04.12.2019

 (24 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (1.526 Forks)batch import
help wantedoptimization

Repository-Metriken

Stars
 (28.262 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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?

Contributor Guide