Emil Ernerfeldt
|
73f3d8cf46
|
Rename Srgba to Color32
|
2021-01-02 17:02:18 +01:00 |
|
Emil Ernerfeldt
|
c3c4f28a9d
|
Added App::clear_color() that apps can use to specify background color
|
2020-12-18 22:44:26 +01:00 |
|
Emil Ernerfeldt
|
9ea8d907fd
|
[egui_glium] Fix: disable scissor before clearing
|
2020-12-18 22:31:28 +01:00 |
|
Emil Ernerfeldt
|
99a2a52510
|
Code cleanup
|
2020-11-20 20:32:38 +01:00 |
|
Emil Ernerfeldt
|
c6ce0b9e8c
|
[example_web] show loading of an image
Required some redesign of `TextureAllocator` as well as
some improvements to the fetch API.
|
2020-11-18 22:16:01 +01:00 |
|
Emil Ernerfeldt
|
df056d2ce4
|
[egui_web] Disable face culling in WebGL renderer
Closes https://github.com/emilk/egui/issues/29
|
2020-10-21 23:14:12 +02:00 |
|
Emil Ernerfeldt
|
1069ad8496
|
add color test window to troubleshoot your Egui painter backend
egui_glium passes the test, but the egui_web WebGL painter fails it.
|
2020-09-13 09:28:54 +02:00 |
|
Emil Ernerfeldt
|
d49aec4079
|
Add user texture support to egui_glium and egui_web backends
|
2020-09-11 18:54:57 +02:00 |
|
Emil Ernerfeldt
|
13060d495b
|
[user texture] change uv to normalized texture coords in 0-1 range
|
2020-09-09 17:14:42 +02:00 |
|
Emil Ernerfeldt
|
0e870dae3e
|
[refactor] rename Texture::id to version
|
2020-09-09 13:32:40 +02:00 |
|
Emil Ernerfeldt
|
dc40a5d31d
|
[refactor] represent colors with arrays
|
2020-09-02 22:04:10 +02:00 |
|
Emil Ernerfeldt
|
c27e53a7b2
|
[color] Rename Color to Srgba + sRGBA correct fading of thin lines
Also remove the extra large `aa_size` hack,
so everything now looks slightly crispier.
I also took the opportunity to tweak some colors.
|
2020-08-29 16:58:59 +02:00 |
|
Emil Ernerfeldt
|
3d7b5ea6fe
|
[egui_web] sRGBA: blend vertex colors in linear space
|
2020-08-29 12:04:33 +02:00 |
|
Emil Ernerfeldt
|
73cea29f7d
|
[docs] Improve README.md and documentation
|
2020-08-21 18:53:43 +02:00 |
|
Emil Ernerfeldt
|
fccd135254
|
[refactor] rename 'PaintBatches' to 'PaintJobs'
|
2020-07-19 00:01:13 +02:00 |
|
Emil Ernerfeldt
|
1a4c399e41
|
[web] port all remaining JS code to Rust
|
2020-07-18 18:00:05 +02:00 |
|
Emil Ernerfeldt
|
8dced5896c
|
rename egui_wasm to egui_web
|
2020-07-17 12:55:07 +02:00 |
|