ramp_gen

Crates.ioramp_gen
lib.rsramp_gen
version0.1.1
created_at2024-12-13 17:28:35.531306+00
updated_at2024-12-26 07:38:41.073794+00
descriptionGenerate color ramps in rust and wgsl.
homepage
repositoryhttps://github.com/mintlu8/ramp_gen
max_upload_size
id1482375
size27,241
Mincong Lu (mintlu8)

documentation

README

ramp_gen

Generate functions for rust and wgsl similar to Blender's "Color Ramp" node.

Example

|x: f32| ramp!(ease [0.0, 5.0], [0.5, 0.0], [7.0, 5.0])

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 5

cargo fmt