![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@leodog896/rapier3d-compat
Advanced tools
3-dimensional physics engine in Rust - official JS bindings. Compatibility package with inlined webassembly as base64.
3D physics engine for the JavaScript programming language (official bindings).
0.12.0 (2024-01-28)
The main highlight of this release is the implementation of a new non-linear constraints solver for better stability and increased convergence rates. See #579 for additional information.
In order to adjust the number of iterations of the new solver, simply adjust World.numSolverIterations
.
If recovering the old solver behavior is useful to you, call World.switchToStandardPgsSolver()
.
It is now possible to specify some additional solver iteration for specific rigid-bodies (and everything interacting
with it directly or indirectly through contacts and joints): RigidBodyDesc.additionalSolverIterations
and
RigidBody::setAdditionalSolverIterations
. This allows for higher-accuracy on subsets of the physics scene
without affecting performance of the other parts of the simulation.
CharacterController.translationApplied
, .translationRemaining
and the desiredTranslation
method argument to CharacterController.translationDeltaApplied
, .translationDeltaRemaining
and the
desiredTranslationDelta
to avoid confusion with the usage of the translation
world in RigidBody.translation()
.DynamicRayCastVehicleController
to simulate vehicles based on ray-casting.JointData.generic
(3D only) to create a generic 6-dof joint and manually specify the locked axes.FAQs
3-dimensional physics engine in Rust - official JS bindings. Compatibility package with inlined webassembly as base64.
We found that @leodog896/rapier3d-compat demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.