@lukas_m_ziegler: Meta just open-sourced its dexterity stack! Most physics simulators were built for things that move through space. Walk…
Summary
Meta Reality Labs Research has open-sourced Project SuperDex, a contact-first physics engine and platform for simulating dexterous manipulation with advanced contact simulation and VR-based data generation.
View Cached Full Text
Cached at: 08/28/26, 05:49 AM
Meta just open-sourced its dexterity stack!
Most physics simulators were built for things that move through space.
Walking robots, drones, cars. Contact is the part they approximate worst, and obviously dexterous manipulation is nothing but contact.
Project SuperDex, from Meta Reality Labs Research, is built the other way around, a contact-first physics engine with the whole platform stacked on top of it.
The cool part is that it’s on GitHub.
The engine runs one solver across rigid bodies, soft bodies, rods and tendons, shells and cloth, in the same model.
→ Non-convex collision with accurate contact force distributions, so a multi-finger grasp gets simulated rather than approximated → Tactile sensors and soft contact as first-class primitives → Numerical stability without the tight time-step limits explicit solvers force on you → Constraint-aware inverse kinematics running on the same optimization core as the forward dynamics
Then the data layer. Put on a Quest 3, teleoperate the simulated hand with haptic feedback, and generate demonstration datasets without touching real hardware.
They show a shape-sorting policy trained entirely in simulation and deployed zero-shot on a real robotic hand.
Robot hands are getting good. Data for them isn’t that fast.
Meta is betting the cheapest way to collect contact-rich demonstrations is a headset people already own, pointed at a simulator instead of a game.
Here’s the project page: https://projectsuperdex.com
~~
Join the weekly robotics newsletter, and never miss any news → http://ziegler.substack.com
Similar Articles
@philfung: Pretty excited about the new SuperDex robotics simulator by @Meta. 1. It's contact-first simulator in C++ designed for …
Meta has released SuperDex, a new contact-first robotics simulator in C++ designed for smooth, non-convex rigid–soft physics, with a full suite of tools including RL environments, GUI authoring, and VR teleoperation.
@LinusEkenstam: This is huge news for dexterity manipulation, sometimes it takes thinking outside the box to come to the conclusion tha…
The article highlights the development of TwinDEX, a co-designed robotic interface that enables robots to learn complex dexterity manipulation tasks without on-robot training, signaling a major advancement in robotics.
PhysiFormer: Learning to Simulate Mechanics in World Space
PhysiFormer uses coordinate-space diffusion to generate physically-plausible 3D object motions without explicit inductive biases, enabling efficient multi-object reasoning and generalization to complex materials and geometries.
Niantic Spatial, Flexion, and NVIDIA: Closing the Sim2Real Gap for Humanoids
Niantic Spatial, Flexion, and NVIDIA demonstrate a sim2real pipeline for humanoid robots using digital twins and RL, achieving zero-shot transfer from simulation to real office navigation.
PhysisForcing: Physics Reinforced World Simulator for Robotic Manipulation
PhysisForcing is a training framework that enhances embodied video generation for robotic manipulation by enforcing physical consistency through pixel-level trajectory alignment and semantic-level relational alignment losses in a DiT-based architecture, achieving notable improvements on benchmarks.