Dean Lee
|
26c61d8674
|
system/ui: fix incorrect THROTTLE_COLOR (#35370)
fix throttle colors
|
3 weeks ago |
Dean Lee
|
db8ecf183f
|
system/ui: fix rapid path color transition by correcting hardcoded increment (#35368)
refactor color blending with configurable transition duration
|
3 weeks ago |
Dean Lee
|
9460ff8f30
|
system/ui: fix gradient colors and path stops in path rendering (#35367)
Correct gradient colors and direction in path rendering
|
3 weeks ago |
Dean Lee
|
6c28575573
|
system/ui: GPU-accelerated polygon rendering with anti-aliasing and gradients (#35357)
* Add GPU-accelerated polygon rendering with anti-aliased edges and gradient support
* use np array
* update ModelRenderer
* ndarray
* cleanup
* improve shader
* Revert "improve shader"
This reverts commit 992247617a .
* improve shader for smoother edges
|
4 weeks ago |
Dean Lee
|
28da563386
|
system/ui: render model output with new ModelRenderer class (#35356)
render model output with new ModelRenderer class
|
4 weeks ago |
Dean Lee
|
927ce0bc06
|
system/ui: fix typos (#35349)
fix typos
|
4 weeks ago |
Dean Lee
|
3d3e9599d8
|
system/ui: add specialized camera views with custom transformations (#35346)
* add specialized camera views with custom transformations for driver and road
* improve
* return np array
* cached matrix
|
4 weeks ago |