{"id":39148685,"url":"https://github.com/attackgoat/noise_gui","last_synced_at":"2026-01-17T21:37:51.733Z","repository":{"id":213040158,"uuid":"732689092","full_name":"attackgoat/noise_gui","owner":"attackgoat","description":"An egui-based graphical user interface for the noise crate","archived":false,"fork":false,"pushed_at":"2025-12-21T01:50:38.000Z","size":4919,"stargazers_count":44,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-22T10:45:33.948Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/attackgoat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-17T14:20:01.000Z","updated_at":"2025-12-21T01:50:42.000Z","dependencies_parsed_at":"2024-01-07T19:35:42.644Z","dependency_job_id":"9f97aaa9-c496-4d84-8f3d-a0b4b94f8ede","html_url":"https://github.com/attackgoat/noise_gui","commit_stats":null,"previous_names":["attackgoat/noise_gui"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/attackgoat/noise_gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attackgoat%2Fnoise_gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attackgoat%2Fnoise_gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attackgoat%2Fnoise_gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attackgoat%2Fnoise_gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/attackgoat","download_url":"https://codeload.github.com/attackgoat/noise_gui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attackgoat%2Fnoise_gui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28518648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-17T21:37:51.058Z","updated_at":"2026-01-17T21:37:51.317Z","avatar_url":"https://github.com/attackgoat.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `noise_gui`\n\n[![GitHub](https://img.shields.io/badge/github-attackgoat/noise__gui-blue?logo=github)](https://github.com/attackgoat/noise_gui)\n[![crates.io](https://img.shields.io/crates/v/noise_gui)](https://crates.io/crates/noise_gui)\n[![docs.rs](https://img.shields.io/docsrs/noise_expr)](https://docs.rs/noise_expr/latest/noise_expr/)\n[![GitHub Pages](https://img.shields.io/github/actions/workflow/status/attackgoat/noise_gui/main.yml)](https://github.com/attackgoat/noise_gui/actions/workflows/main.yml)\n[![MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/attackgoat/noise_gui/blob/master/LICENSE-MIT)\n[![Apache](https://img.shields.io/badge/license-Apache-blue.svg)](https://github.com/attackgoat/noise_gui/blob/master/LICENSE-APACHE)\n\n---\n\nA graphical user interface for [Noise-rs](https://github.com/Razaekel/noise-rs).\n\n\u003e [!TIP]\n\u003e `noise_gui` runs on Linux/Mac/Windows desktops and [**the web**](https://attackgoat.github.io/noise_gui/)!\n\n![Demo](.github/img/demo.gif \"Demo\")\n\n## Features:\n\n- [x] Support for all [Noise-rs](https://github.com/Razaekel/noise-rs) `NoiseFn` implementations\n- [x] Allow zoom/pan on preview images\n- [x] Allow saving the graph project to a file[^1]\n- [x] Allow noise function export[^1]\n- [ ] Automatic `NoiseFn` cached values\n- [ ] Subroutine blocks, comment blocks, node descriptors, etc.\n- [x] WASM support using [Trunk](https://trunkrs.dev/)\n\n[^1]: Available on desktop only\n\n\u003e [!WARNING]\n\u003e `noise_gui` is currently in the proof-of-concept phase and may contain bugs and missing features.\n\n## Development Dependencies\n\nUbuntu 22.04:\n\n```bash\nsudo apt install libgtk-3-dev\n```\n\nBrowser:\n\n```bash\nrustup target add wasm32-unknown-unknown\ncargo install trunk\n```\n\n## How To Run Locally\n\nDesktop:\n\n```bash\ncargo run\n```\n\nDesktop (_load a previously saved file_):\n\n```bash\ncargo run -- /path/to/file.ron\n```\n\nBrowser:\n\n```bash\ntrunk serve --open\n```\n\n## Noise Function Export\n\nCompleted noise graphs may be exported (_right-click on any node_). The output file is `.ron` format\nand may be deserialized for use in your programs.\n\n_See [`noise_expr`](crates/noise_expr/README.md)_\n\nOnce deserialized into an `Expr` instance you may replace any decimal or integer values using their\nname and the `Expr::set_f64` and `Expr::set_u32` functions. Note that node names do not have to be\nunique and that all nodes sharing the provided name will be updated. The `Expr::noise` function may\nbe used to retrieve a Noise-rs `NoiseFn` implementation.\n\nSee the example for more details:\n\n```bash\ncargo run --example read_file --package noise_expr\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattackgoat%2Fnoise_gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fattackgoat%2Fnoise_gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattackgoat%2Fnoise_gui/lists"}