Skip to content

Redesign and improve the Gradient type and friends #156

Closed
@Ogeon

Description

@Ogeon

It should have about the same API as today, where it still makes sense, but overall modernized. Also fulfill this:

  • make it #[no_std] enabled
  • support more than just linear interpolation
  • the Take iterator should be inclusive, meaning both ends are part of the output for n > 1
  • support slicing with at least x..=y, but other ranges may also make sense

The first two points may go hand in hand, by replacing the internal Vec with some input collection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions