22 Commits

Author SHA1 Message Date
Jonathan Spira
5d771a83b8 better example framework 2024-05-24 15:27:30 -04:00
Jonathan Spira
2e30300afd better example framework, moving towards winit 30 2024-05-24 15:27:30 -04:00
Jonathan Spira
50e166e84f clippy don't be so mad! 2023-09-14 23:03:46 -04: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
dbr
107133c799 Fix functional conflicts
- `ui.same_line()` no longer needs the default value specified \o/
- Doctests now actually being run, need to mark a code block as not-Rust
2021-03-09 10:37:32 +11:00
dbr
3c37e67972 Address another clippy lint 2021-02-11 10:40:34 +11:00
dbr
daa08eb90b Remove unused variable in example to apease clippy 2021-02-10 21:01:38 +11:00
dbr
0521a8fa9f cargo fmt custom_textures.rs example 2021-02-10 18:25:07 +11:00
dbr
00d8180671 Add DrawListMut::add_image and friends 2021-02-10 14:56:26 +11:00
Cosmic Chip Socket
d6e30ba457 Format example 2020-07-14 19:08:27 -04:00
Cosmic Chip Socket
f2b4e4c482 Use SamplerBehavior in the Texture struct 2020-07-14 18:54:15 -04:00
Cosmic Chip Socket
d0c65f534d Rename TextureEntry to Texture 2020-07-14 18:54:15 -04:00
Cosmic Chip Socket
0544e3bed6 Fix example 2020-06-29 17:49:22 -04:00
Joonas Javanainen
db2b8b729a
Upgrade examples to image 0.23 2020-02-15 12:45:50 +02:00
Joonas Javanainen
befcc23bc1
Upgrade to glium 0.26 2020-02-15 12:18:11 +02:00
Joonas Javanainen
f05fd62c30
Update image / image button API 2019-07-13 10:54:27 +03:00
Joonas Javanainen
7f10cb35b2
Pull new window API from 0.1-dev 2019-07-12 19:43:39 +03:00
Joonas Javanainen
cebe02cb11
Pull font API and associated refactoring from 0.1-dev 2019-06-29 12:45:16 +03:00
Joonas Javanainen
109e232422
Abolish ImVec2/ImVec4 from safe APIs
[f32; 2] and [f32; 4] are now the canonical types
2019-06-28 00:05:10 +03:00
Joonas Javanainen
1cd61f2a83
Fix custom_textures example 2019-06-27 22:26:23 +03:00
Joonas Javanainen
d9e5ea37e7
Update examples, glium is the leading renderer again 2019-06-27 22:12:35 +03:00