diff --git a/README.md b/README.md index 3406e746..c357b2b3 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ examples your current directory should be examples/runtime. Initialization and debug text. +![example-00-helloworld](https://github.com/bkaradzic/bgfx/raw/master/examples/00-helloworld/screenshot.png) + ### [01-cubes](https://github.com/bkaradzic/bgfx/blob/master/examples/01-cubes/cubes.cpp) Rendering simple static mesh. diff --git a/examples/00-helloworld/screenshot.png b/examples/00-helloworld/screenshot.png new file mode 100644 index 00000000..8fe33e6d Binary files /dev/null and b/examples/00-helloworld/screenshot.png differ