pixels/img
Jay Oster 11dca72955
Add Dear ImGui example (#116)
* Add Dear ImGui example

- Closes #90

* Change argument order to match `render_with`

* Remove unnecessary borrow

* Refactor error messages

* Add a space

* Refactor Gui field privacy

* Add a menu bar and allow the about window to be closed

- The local bool is necessary because the menu bar closures are not allowed to borrow `self` for mutable access while `imgui::Ui<'ui>` is alive.
- The token-based menu bar lifetime is even more verbose than this.
2020-09-18 03:57:28 -07:00
..
conway.png Add a conways game of life example (#37) 2019-11-05 23:15:58 -08:00
custom-shader.png Fix surface texture size in some of the examples (#102) 2020-07-19 04:38:17 -07:00
imgui-winit.png Add Dear ImGui example (#116) 2020-09-18 03:57:28 -07:00
invaders.png Update README 2019-10-13 18:35:47 -07:00
minimal-sdl2.png Add custom shader example (#100) 2020-07-19 02:18:02 -07:00
minimal-winit.png Add minimal example with winit (#45) 2019-11-09 23:32:37 -08:00
pixels.png Update logo 2019-09-29 15:08:39 -07:00
pixels.xcf Update logo 2019-09-29 15:08:39 -07:00