yhara / dxopal

Game development framework for Opal, API compatible to DXRuby

Home Page:https://yhara.github.io/dxopal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Matter.js for collision detection?

yhara opened this issue · comments

After trying, I realized that this is not good.

Example:

  • When making shooting game, Matter detects collisions among player's bullets 😱
  • Matter itself has APIs for this case, but it is not easy to integrate this into DXRuby API