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
- Host: GitHub
- URL: https://github.com/faern/gtk_glium_texture
- Owner: faern
- Created: 2024-03-13T19:09:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T10:57:11.000Z (about 2 years ago)
- Last Synced: 2024-10-17T15:44:27.463Z (over 1 year ago)
- Language: Rust
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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