Skip to content

Conversation

@fazibear
Copy link

@fazibear fazibear commented Aug 2, 2025

My attempt to upgrade iced version to 0.13.

Widgets are working. I'm almost there. Few things are missing.

What is missing?

  • text/tick marks cache
  • mod ranges don't work as expected (also in old version)
  • proper text bound in rendering text marks
  • some unwraps left

Marks Cache

Why there is custom cache solution? Maybe just use iced build in Cache?

PS. This is just a PR, all my work is here: https://github.com/fazibear/iced_audio_0.13

@fazibear fazibear mentioned this pull request Aug 2, 2025
@fazibear fazibear force-pushed the iced-0.13 branch 5 times, most recently from c217400 to 4c02779 Compare August 2, 2025 17:07
@mekanix
Copy link

mekanix commented Sep 16, 2025

I just ran examples on FreeBSD, and they almost all work. The two that didn't work have a small typo:

  1. examples/h_slider.rs imports widget::h_slider::HSlider instead of h_slider::HSlider
  2. examples/ramp.rs imports widget::ramp::RampDirection instead of ramp::RampDirection

That being said, can I help in any way other than testing on my machine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants