Skip to content

Commit

Permalink
Expand README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remcokranenburg committed Jan 14, 2022
1 parent a69bfe8 commit 6ac5c25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# gtk4-glium

Use [Glium](https://github.com/glium/glium) to render on GTK windows.
Use [Glium](https://github.com/glium/glium) to render with OpenGL on Gtk4
windows, all in Rust.

## Example

For a complete example, see `examples/triangle.rs`.

![Triangle example](triangle-example.png)

## Quick Start

```
let facade = GtkFacade::from_glarea(&glarea);
Expand Down
Binary file added triangle-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ac5c25

Please sign in to comment.