grovesNL / glow

GL on Whatever: a set of bindings to run GL anywhere and avoid target-specific code
Apache License 2.0
1.11k stars 123 forks source link

Add support gtk-rs GLArea with epoxy #91

Open akhilman opened 4 years ago

akhilman commented 4 years ago

Add support GLArea with epoxy as GL provider.

jf2048 commented 1 year ago

I have a fairly simple example here that does this for gtk4: https://github.com/jf2048/gtk4-femtovg-canvas/blob/2e60f5ef8f6b3cd59d12b2aaa73c72e1e0fae248/main.rs#L100-L107