From a646b11109aa451614d3fdf688e600aa48b87a56 Mon Sep 17 00:00:00 2001 From: Tamás Szelei Date: Sun, 15 Nov 2020 23:51:13 +0100 Subject: Add integration_gl example --- examples/integration_gl/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/integration_gl/README.md (limited to 'examples/integration_gl/README.md') diff --git a/examples/integration_gl/README.md b/examples/integration_gl/README.md new file mode 100644 index 00000000..87491508 --- /dev/null +++ b/examples/integration_gl/README.md @@ -0,0 +1,16 @@ +## Integration + +A demonstration of how to integrate Iced in an existing graphical OpenGL application. + +The __[`main`]__ file contains all the code of the example. + +
+ image host +
+ +You can run it with `cargo run`: +``` +cargo run --package integration_gl +``` + +[`main`]: src/main.rs -- cgit