softbuffer/examples
Emil Loer a78becd316
Add rectangle toggle example
This commit adds a new example that shows a XOR pattern. A rectangle can
be superimposed on the background by pressing the space bar.

This example was created to demonstrate a bug in the Core Graphics
backend that causes the buffer to fade when calling set_buffer, instead
of applying it immediately.
2023-01-05 22:16:24 +01:00
..
animation.rs Use #![deny(unsafe_op_in_unsafe_fn)] 2022-12-23 04:19:41 +01:00
fruit.jpg Added fruit example to show a more recognizable image for debugging 2022-01-18 22:07:17 -06:00
fruit.jpg.license Added fruit example to show a more recognizable image for debugging 2022-01-18 22:07:17 -06:00
fruit.rs Updated rest of the code to use softbuffer name instead of swbuf 2022-12-22 18:43:54 -06:00
libxcb.rs x11: Add XCB support to the X11 backend (#52) 2022-12-27 09:14:54 -08:00
rectangle.rs Add rectangle toggle example 2023-01-05 22:16:24 +01:00
winit.rs Updated rest of the code to use softbuffer name instead of swbuf 2022-12-22 18:43:54 -06:00
winit_wrong_sized_buffer.rs Updated rest of the code to use softbuffer name instead of swbuf 2022-12-22 18:43:54 -06:00