An open API service indexing awesome lists of open source software.

https://github.com/faern/gtk_glium_texture

Temporary repository to get help with drawing textures
https://github.com/faern/gtk_glium_texture

Last synced: 8 months ago
JSON representation

Temporary repository to get help with drawing textures

Awesome Lists containing this project

README

          

# How to draw textures with glium + gtk4?

I fail to get this fairly simple program to draw any textures.
I'm sure it's a trivial error I'm doing.

This code was created by combining the `glium_gl_area` example from gtk4-rs
with the `image` example from glium