{"id":29163985,"url":"https://github.com/yuukitoriyama/leaflet.fractal.julia","last_synced_at":"2025-07-01T06:39:43.700Z","repository":{"id":57749731,"uuid":"524163642","full_name":"YuukiToriyama/Leaflet.Fractal.Julia","owner":"YuukiToriyama","description":"Display Julia Set on Leaflet.js","archived":false,"fork":false,"pushed_at":"2022-08-13T09:11:58.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T11:17:06.246Z","etag":null,"topics":["leaflet-plugin","leafletjs","mathematics"],"latest_commit_sha":null,"homepage":"https://yuukitoriyama.github.io/Leaflet.Fractal.Julia/","language":"TypeScript","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/YuukiToriyama.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-12T16:58:16.000Z","updated_at":"2022-08-13T09:12:59.000Z","dependencies_parsed_at":"2022-08-28T08:52:58.417Z","dependency_job_id":null,"html_url":"https://github.com/YuukiToriyama/Leaflet.Fractal.Julia","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/YuukiToriyama/Leaflet.Fractal.Julia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuukiToriyama%2FLeaflet.Fractal.Julia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuukiToriyama%2FLeaflet.Fractal.Julia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuukiToriyama%2FLeaflet.Fractal.Julia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuukiToriyama%2FLeaflet.Fractal.Julia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuukiToriyama","download_url":"https://codeload.github.com/YuukiToriyama/Leaflet.Fractal.Julia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuukiToriyama%2FLeaflet.Fractal.Julia/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262915657,"owners_count":23383847,"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":["leaflet-plugin","leafletjs","mathematics"],"created_at":"2025-07-01T06:39:27.150Z","updated_at":"2025-07-01T06:39:43.680Z","avatar_url":"https://github.com/YuukiToriyama.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Leaflet.Fractal.Julia\n\n![npm](https://img.shields.io/npm/v/leaflet.fractal.julia)\n![GitHub last commit](https://img.shields.io/github/last-commit/YUUKIToriyama/Leaflet.Fractal.Julia)\n\nDisplay Julia Set on Leaflet.js\n\n![julia set](https://i.imgur.com/Ju2UYH2.png)\n\n## Abstract\n\nジュリア集合を表示させることができる Leaflet プラグインです。\nズームイン・アウトをするたびに計算処理が行なわれ、タイルがレンダリングされます。\nジュリア集合の計算には WebAssembly を用いており、高速なレンダリング処理を可能にしています。\n\n## Usage\n\n### Load from jsDelivr\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/leaflet.fractal.julia/dist/bundle.js\"\u003e\u003c/script\u003e\n```\n\n### via npm.js\n\n```terminal\nnpm install leaflet.fractal.julia\n```\n\n## Example\n\nhttps://yuukitoriyama.github.io/Leaflet.Fractal.Julia/index.html\n\n```html\n\u003chtml\u003e\n\t\u003cbody\u003e\n\t\t\u003cdiv id=\"viewer\" style=\"width: 1000px; height: 1000px\"\u003e\u003c/div\u003e\n\t\t\u003cscript type=\"module\"\u003e\n\t\t\tconst div = document.getElementById(\"viewer\");\n\t\t\t// L.Mapを作成\n\t\t\tconst viewer = L.map(div, {\n\t\t\t\tcenter: [0, 0],\n\t\t\t\tzoom: 0,\n\t\t\t\tcrs: L.CRS.Simple,\n\t\t\t});\n\t\t\t// initメソッドを呼び、Wasmをロード\n\t\t\tawait JuliaSetLayer.init();\n\t\t\t// ジュリア集合を定義\n\t\t\tconst juliaSetLayer = new JuliaSetLayer({\n\t\t\t\tre: -0.15,\n\t\t\t\tim: 0.65,\n\t\t\t});\n\t\t\t// レイヤーとしてL.Mapに追加\n\t\t\tviewer.addLayer(juliaSetLayer);\n\t\t\u003c/script\u003e\n\t\u003c/body\u003e\n\u003c/html\u003e\n```\n\n## Gallery\n\n|           $-0.15 + 0.65i$            |         $0.11131 - 0.6289i$          |          $-0.4004 - 0.585i$          |\n| :----------------------------------: | :----------------------------------: | :----------------------------------: |\n| ![](https://i.imgur.com/f5WjiVK.png) | ![](https://i.imgur.com/unUGUpV.png) | ![](https://i.imgur.com/YOLgUhd.png) |\n\n## Related Project\n\n- https://github.com/IvanSanchez/Leaflet.MandelbrotGL\n- https://rustwasm.github.io/wasm-bindgen/examples/julia.html\n\n## Author\n\nTorichan([@CoconMap](https://twitter.com/coconmap))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuukitoriyama%2Fleaflet.fractal.julia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuukitoriyama%2Fleaflet.fractal.julia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuukitoriyama%2Fleaflet.fractal.julia/lists"}