Qiita Pyxel アドベントカレンダー(2024年12月24日)の投稿「「Pyxel × Pymunkで物理シミュレーションを始めよう!」を Webで動かしたい🌎」で使用したソースコードです。
pyxel==2.2.7
pymunk==6.10.0
実行コマンドは以下の通り。
python shot_bullet.py
Web版のデモは以下のURLで公開しています。
https://kazuhito00.github.io/pyxel-pymunk-web-test/
実行コマンドは以下の通り(ローカルで試す場合)
pyxel package ./ web_test.py
python -m http.server 8000
高橋かずひと(https://twitter.com/KzhtTkhs)
pyxel-pymunk-web-test is under MIT License.