Skip to content

Conversation

@ahdinosaur
Copy link

@ahdinosaur ahdinosaur commented May 1, 2025

Hi, thanks for noise-rs.

Here is a pull request to improve no-std support.

This is currently working on an embedded system to control LEDs, but haven't tested further.

Open to feedback on where to go from here.

See also: #251 (comment)

ahdinosaur added a commit to ahdinosaur/blinksy that referenced this pull request Jun 23, 2025
Seems [`noise-rs`](https://github.com/Razaekel/noise-rs) crates a permutation table for every noise function you want to query. Instead, [`noise-functions`](https://github.com/bluurryy/noise-functions) seems more suitable for embedded micros: it uses the same static data for any number of noise functions/seeds, plus it uses f32 instead of f64 which matches what we use. Also it has proper no-std support built-in, so I can drop [my fork of  `noise-rs`](Razaekel/noise-rs#367).
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.

1 participant