Noise GUI #340
attackgoat
started this conversation in
Show and tell
Noise GUI
#340
Replies: 1 comment
-
Great work! I think this will be really helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a desktop/web editor using
egui
+egui_snarl
+eframe
:https://github.com/attackgoat/noise_gui
(link to web version)
All noise functions/parameters are supported and you can visually debug a noise graph without having to (tediously) save results to file.
Tip
Image previews are generated using multi-threading on desktop but are currently limited to a single thread on the web. Large graphs are much faster on the desktop version.
I plan on implementing load/save functionality for the "project" file as well as the overall noise function including named parameter support. The goal is to be able to design noise visually and then load it up at runtime and provide the seed or other constant values and be able to sample the result.
Contributions or suggestions/issues are welcome!
Beta Was this translation helpful? Give feedback.
All reactions