LoganDark
db2f86ce15
Add wakeup support ( #7 )
...
* Add wakeup support
This also fixes a bug (the `glutin_handle_basic_input` callback was never actually given mutable access to the `BasicInput`, so there's no way it could have set `BasicInput::wait` anyway).
Glad I got that before the 0.8 release, phew.
* Fix bug in reschedule_wakeup
* Fix adjust_wakeup
2021-02-21 21:10:27 -05:00
LoganDark
02b3b62520
Update glutin, docs, and adds a few other features (including multi window support) ( #5 )
...
Upgrades glutin, docs, and adds a few other features (including multi window support). But not the readme. That comes next.
2021-01-20 22:12:52 -05:00
shivshank
1e71fefe90
Change BasicInput::mouse_pos from usize to f64
2018-08-25 16:31:43 -04:00
shivshank
8df4325917
Fix botched mouse handling
2018-08-25 16:08:23 -04:00
shivshank
1b06a521d6
Fix typo that broke the GOL!
2018-07-28 17:15:30 -04:00
shivshank
a734d7de86
Add post process, input handling, and game of life example
2018-07-28 16:59:02 -04:00
shivshank
41fcc99608
Add basic game of life example
2018-07-28 15:25:59 -04:00
shivshank
8b85a8f118
Remove left over persist_and_redraw
2018-07-27 22:55:13 -04:00
shivshank
0efe514a89
Expose resizable, enhance persist implementation
2018-07-27 22:54:52 -04:00
shivshank
32c6a5ce09
Add example for black and white
2018-07-27 22:06:53 -04:00
shivshank
c2702fa36b
Add safety check for update_buffer
2018-07-27 20:15:56 -04:00
shivshank
b0f24913f0
Add example for scaled buffers
2018-07-27 18:01:34 -04:00
shivshank
46f2bf4bbc
Enhance the glutin breakout example
2018-07-25 23:31:35 -04:00
shivshank
a027cf0e70
Add glutin breakout
2018-07-25 23:17:33 -04:00
shivshank
03f4f50d28
Completely refactor to support breakout and exposed internals
2018-07-25 22:00:59 -04:00
shivshank
e6da32862e
Allow switching out the default shaders
2018-05-31 21:58:36 -04:00
shivshank
c9e323c248
Fix example typo
2018-05-29 23:33:20 -04:00
shivshank
375573b5e8
Create basic buffer upload API
2018-05-29 22:48:20 -04:00