{"id":21156310,"url":"https://github.com/vitroid/p5js","last_synced_at":"2026-02-27T13:33:54.223Z","repository":{"id":62819380,"uuid":"558840354","full_name":"vitroid/p5js","owner":"vitroid","description":"Samples of p5.js","archived":false,"fork":false,"pushed_at":"2024-11-09T00:30:31.000Z","size":314,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-30T21:43:50.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vitroid.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-10-28T12:20:15.000Z","updated_at":"2024-11-09T00:30:35.000Z","dependencies_parsed_at":"2024-11-20T12:07:26.563Z","dependency_job_id":null,"html_url":"https://github.com/vitroid/p5js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vitroid/p5js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitroid%2Fp5js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitroid%2Fp5js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitroid%2Fp5js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitroid%2Fp5js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitroid","download_url":"https://codeload.github.com/vitroid/p5js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitroid%2Fp5js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29897100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T12:09:13.686Z","status":"ssl_error","status_checked_at":"2026-02-27T12:09:13.282Z","response_time":57,"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":"2024-11-20T11:42:26.589Z","updated_at":"2026-02-27T13:33:54.205Z","avatar_url":"https://github.com/vitroid.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# p5js\n\nSamples of [p5.js](https://p5js.org).\n\n## この教材の使い方\n\n- このリポジトリに含まれる全ファイルを、[GitHub](https://github.com/vitroid/p5js)から Clone するか、Download して下さい。\n- ![VSCode icon](https://github.com/vitroid/p5js/raw/main/icons/vscode.tn.jpg?raw=true)[VSCode](https://code.visualstudio.com) をインストールして下さい。\n- VSCode を起動し、ウィンドウ左橋の Extensions アイコン![Extensions icon](https://github.com/vitroid/p5js/raw/main/icons/extension.tn.jpg?raw=true)を押して、![LiveServer icon](https://github.com/vitroid/p5js/raw/main/icons/liveserver.tn.jpg?raw=true) Live Server をインストールしてください。\n- VSCode の画面下端の「Go Live」を押すと、ブラウザ上でこのページが表示されます。あとはリンクをたどって、各プログラムを実行して下さい。\n- ソースコードを修正すると、ブラウザ上に即座に反映されます。思うぞんぶん改造して下さい。\n\n## 剛体球の力学\n\n- [blockbuster](https://vitroid.github.io/p5js/blockbuster/): 壁に衝突する剛体円盤\n- [airhockey](https://vitroid.github.io/p5js/airhockey/): 壁とパドルに衝突する剛体円盤\n- [billiard](https://vitroid.github.io/p5js/billiard/): 自由衝突する2つの剛体円盤\n- [polylliard](https://vitroid.github.io/p5js/polylliard/): 自由衝突する多数の剛体円盤\n- [realistic-billiard](https://vitroid.github.io/p5js/realistic-billiard/): もうすこし本格的なビリヤード\n- [hardspheres](https://vitroid.github.io/p5js/hardspheres/): 自由衝突する多数の剛体球\n\n## 分子動力学法\n\n- [follow-mouse](https://vitroid.github.io/p5js/follow-mouse/): マウスカーソルに固定された質点の運動\n- [yoyo](https://vitroid.github.io/p5js/yoyo/): マウスカーソルにバネでつながれた質点の運動\n    - [yoyo-friction](https://vitroid.github.io/p5js/yoyo-friction/): マウスカーソルにバネでつながれた質点の運動\n    - [yoyo-string](https://vitroid.github.io/p5js/yoyo-string/): マウスカーソルにひもでつながれた質点の運動\n- [yoyos](https://vitroid.github.io/p5js/yoyos/): マウスカーソルにバネでつながれた2つの質点の運動\n- [yoyo-chain](https://vitroid.github.io/p5js/yoyo-chain/): 質点の数珠つなぎ\n- [gravity](https://vitroid.github.io/p5js/gravity/): バネ相互作用の代わりに重力でひっぱられるヨーヨー\n- [gravity-box](https://vitroid.github.io/p5js/gravity-box/): 飛び去らないように箱を追加\n    - [antigravity](https://vitroid.github.io/p5js/antigravity/): 反重力ヨーヨー\n- [gravity-3body](https://vitroid.github.io/p5js/gravity-3body/): 三体運動\n    - [atomic](https://vitroid.github.io/p5js/atomic/): 分子間力\n- [atomic-pbc](https://vitroid.github.io/p5js/atomic-pbc/): 周期境界条件\n- [atoms](https://vitroid.github.io/p5js/atoms/): 多分子のシミュレーション\n- [atoms-3d](https://vitroid.github.io/p5js/atoms-3d/): 三次元多分子のシミュレーション\n- [atoms-md](https://vitroid.github.io/p5js/atoms-md/): Lennard-Jones分子の分子動力学シミュレーション\n\n## Monte Carlo 法\n\n- [pi](https://vitroid.github.io/p5js/pi/): モンテカルロ法による円周率の推定\n- [montecarlo](https://vitroid.github.io/p5js/montecarlo/): モンテカルロ法によるLennard-Jones分子のシミュレーション\n\n## その他\n\n- [energy-levels](https://vitroid.github.io/p5js/energy-levels/): ボルツマン分布\n- [harddisk](https://vitroid.github.io/p5js/harddisk/): 剛体円盤のシミュレーション(物理化学III用)\n- [osmosis](https://vitroid.github.io/p5js/osmosis/): 浸透圧\n- [s](https://vitroid.github.io/p5js/s/): S: the game.\n\n## Repository\n\n- [GitHub/vitroid/p5js](https://github.com/vitroid/p5js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitroid%2Fp5js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitroid%2Fp5js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitroid%2Fp5js/lists"}