schteppe / cannon.js

A lightweight 3D physics engine written in JavaScript.
http://schteppe.github.com/cannon.js
MIT License
4.63k stars 700 forks source link

Is this project no longer updated? #411

Open 80491636 opened 5 years ago

80491636 commented 5 years ago

If this project is no longer updated, there are no other alternatives, so I can use the threejs physics engine. 如果这个项目已经不再更新,有没有其他替代品,让我的threejs可以使用物理引擎。

swift502 commented 5 years ago

This project does indeed seem to be abandoned, even though the author claims it's just been put on hold.

But I find that it actually has enough features for most purposes, even to build a simple game. What specific feature are you missing from cannon?

If cannon really wasn't enough, there's actually plenty of alternatives, each with their own pros, but mostly cons (from my limited experience). ammo.js seems to stand out as pretty strong alternative though.

Alternatives:

It depends what you need. They all do basic collisions, but to find out if it does any other feature you'll have to dig deep into the individual projects.


Edit 2022: Nowadays I would strongly recommend cannon-es.