Archived
1
0
Fork 0
Jupyter Notebooks that provide libraries and demonstrations for Super Mario Sunshine Geography.
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2022-06-17 19:56:34 +09:00
.gitignore add wall.ipynb 2022-03-11 21:31:38 +09:00
gap.ipynb add gap.ipynb 2022-06-17 19:56:34 +09:00
hitbox.ipynb add ground/roof hitbox 2022-03-12 14:28:24 +09:00
LICENSE init 2022-02-04 20:24:40 +09:00
memorylib.py add wall.ipynb 2022-03-11 21:31:38 +09:00
README.md add gap.ipynb 2022-06-17 19:56:34 +09:00
shape.ipynb add wall.ipynb 2022-03-11 21:31:38 +09:00
shape.py add wall.ipynb 2022-03-11 21:31:38 +09:00

SMS-Geography サンシャイン地理学

Jupyter Notebooks

  • shape.ipynb: This notebook implements Polygon and Polyhedron class. You can use it to plot the area that you can clip through a slope. 多角形と多面体のクラスを実装したJupyter Notebookです。これを使って斜面をすり抜ける範囲を描画することができます。
  • hitbox.ipynb: This notebook gives a demonstration to read collision data from Dolphin and draw ground/roof/wall hitboxs with the shape library made by sup39. Dolphinから三角形のデータを取得し、サポミクが実装した図形のライブラリを使って床・天井・壁の判定を描画する方法を紹介します。
  • gap.ipynb: 水面抜けの探索ツール

Dependencies

Notebooks in this repo use dolphin-memory-lib made by RenolY2.