Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Micropython Perlin library #162

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Add Micropython Perlin library #162

merged 1 commit into from
Sep 11, 2024

Conversation

sjaak31367
Copy link
Contributor

About a week or two ago I needed a Perlin library for Micropython, but couldn't find any, so I made one!
It's mostly written in C for performance reasons. Though I do plan to still add a vanilla Micropython version, though that will have a notable speed decrease, but will be more compatible / readable.

Greetings!
~Sjaak

P.s. Some sections aren't sorted alphabetically (for example Mathematics), so I've added myself at the bottom of the list.

@sjaak31367
Copy link
Contributor Author

Correction, I've added myself to the bottom of the section, not the whole list. :p

@mcauser
Copy link
Owner

mcauser commented Sep 11, 2024

They should be sorted - just on different nest levels.
Maths is on level 3, with Waveform Generator above on level 4 (under IO level 3).

Perlin noise on Wikipedia for anyone interested.

Thanks for the contribution

@mcauser mcauser merged commit c7794c9 into mcauser:master Sep 11, 2024
1 check passed
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