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

Consider adding hash to seed panel? #19

Open
ianstormtaylor opened this issue Oct 6, 2022 · 2 comments
Open

Consider adding hash to seed panel? #19

ianstormtaylor opened this issue Oct 6, 2022 · 2 comments
Labels
idea Ideas that we're still mulling

Comments

@ianstormtaylor
Copy link
Owner

Some frameworks have a hash associated as the main seed. It could be cool to visualize the hash if the framework used is one of those (like fxhash or art blocks)

@ianstormtaylor ianstormtaylor added the idea Ideas that we're still mulling label Oct 6, 2022
@ianstormtaylor
Copy link
Owner Author

Actually, this might be the way to go for seeding in general... have a user-facing seed like 1, 42, 99, 238, in the UI and that can be used as a really short identifier that can have a slider to quickly scroll through values.

But then under the covers, hash it into a hexadecimal integer and store it as settings.hash which is what's really used to seed the prng…

@ianstormtaylor
Copy link
Owner Author

Actually… if the hash is reversible it could even be stored as the hex value and the UI would unhash into the super terse integer to keep the numbers memorable and slider-able, that would be cool I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Ideas that we're still mulling
Projects
None yet
Development

No branches or pull requests

1 participant