{"id":16276545,"url":"https://github.com/virgesmith/julia","last_synced_at":"2025-07-14T09:09:49.683Z","repository":{"id":87710791,"uuid":"517411539","full_name":"virgesmith/julia","owner":"virgesmith","description":"node.js-free rust+wasm fractals","archived":false,"fork":false,"pushed_at":"2024-12-26T10:17:01.000Z","size":990,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T16:55:16.857Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/virgesmith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-07-24T18:57:40.000Z","updated_at":"2022-07-26T18:12:50.000Z","dependencies_parsed_at":"2024-11-05T05:40:52.398Z","dependency_job_id":"17def5d4-47f3-4b84-8bef-420f0b4b0807","html_url":"https://github.com/virgesmith/julia","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/virgesmith/julia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virgesmith%2Fjulia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virgesmith%2Fjulia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virgesmith%2Fjulia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virgesmith%2Fjulia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virgesmith","download_url":"https://codeload.github.com/virgesmith/julia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virgesmith%2Fjulia/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265266325,"owners_count":23737208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-10-10T18:48:48.364Z","updated_at":"2025-07-14T09:09:49.633Z","avatar_url":"https://github.com/virgesmith.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# julia\n\n![julia](./doc/julia.png) ![mandel](./doc/mandel.png)\n\n[Animated Julia sets](https://friarswood.net) and a [zoomable Mandelbrot set](https://friarswood.net/mandel.html), implemented in rust and webassembly.\n\nThis version is a barebones reworking of a previous implementation that was beset by node.js vulnerabilities.\n\nBased on the tutorial [here](https://wasmbyexample.dev). Doesn't require node.js or webpack.\n\n## prepare\n\nFirst, install\n- [rust](https://www.rust-lang.org/tools/install)\n- [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/)\n\n## build\n\n```sh\nwasm-pack build --target web --no-typescript\n```\n\n## run locally\n\nUse a proper web server for prod. For local dev:\n\n```sh\npython3 -m http.server\n```\n\n## test (on firefox)\n\n```sh\nfirefox --private-window localhost:8000\n```\n\n`F12` opens debug console\n\n## package/deploy\n\nUses the nginx docker image:\n\n```sh\ndocker build -t julia .\ndocker run -it -d -p 80:80 julia:latest\n```\n\n## TODO\n\n- [X] parallelise e.g. https://rustwasm.github.io/docs/wasm-bindgen/examples/raytrace.html","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirgesmith%2Fjulia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirgesmith%2Fjulia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirgesmith%2Fjulia/lists"}