diff --git a/README.md b/README.md index 7b25c20..897ede4 100644 --- a/README.md +++ b/README.md @@ -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); diff --git a/triangle-example.png b/triangle-example.png new file mode 100644 index 0000000..541313d Binary files /dev/null and b/triangle-example.png differ