7 Commits

Author SHA1 Message Date
Jonathan Spira
2e30300afd better example framework, moving towards winit 30 2024-05-24 15:27:30 -04:00
dbr
cc08285a04 Update the list clipper:
1. Avoid calling step() in destructor - incorrect and unnecessary, as it is not required to fully "use" the clipper (you can stop rendering half-way through)
2. Add a harder to misuse iterator interface to the clipper as an alterantive to the C++ style .step() interface

Closes #610
2022-03-18 22:07:27 +11:00
dbr
cc7ffbe351 Update examples to ui.window(...) 2021-09-25 11:51:11 +10:00
Jack Mac
f635fd6438 fixed examples, removing warnings (i think) 2021-09-13 17:12:27 -04:00
Jack Spira
d7470caa4c rebased and minor clippy fix 2021-09-05 14:32:32 -07:00
dbr
15c2826690 Fix fmt 2021-09-05 14:32:32 -07:00
dbr
19b2edb0f4 Add example of using list clipper API
Somewhat relates to #438
2021-09-05 14:32:31 -07:00