Tag

nape

1 views collected around this technical thread.

New Oriental Technology
New Oriental Technology
Jun 14, 2021 · Game Development

Resolving Mass‑Volume Discrepancy in 2D Physics Engines

This article analyzes the inconsistency between 2D physics engine mass calculations (mass = density × area) and real‑world physics (mass = density × volume), proposes measurement methods for volume, density, and mass, and presents three implementation strategies for correcting the discrepancy in nape and box2d engines.

2D simulationPhysics Enginebox2d
0 likes · 5 min read
Resolving Mass‑Volume Discrepancy in 2D Physics Engines
New Oriental Technology
New Oriental Technology
Apr 12, 2021 · Game Development

Choosing and Evaluating 2D Physics Engines for Mechanics Experiments: Issues and Solutions

This article reviews the selection of a 2D physics engine for mechanics experiments, compares Box2D and Nape, details eight test scenarios highlighting precision, constraint, mass‑density, friction, and buoyancy problems, and proposes practical solutions to improve simulation accuracy and usability.

ConstraintsPhysics Enginebox2d
0 likes · 9 min read
Choosing and Evaluating 2D Physics Engines for Mechanics Experiments: Issues and Solutions