More from Engineering
Other simulators in this category — or see all 23.
ADC / DAC (Sampling)
Sine → samples → quantization → ZOH; Nyquist and optional aliasing demo.
Stepper Motor (4-phase)
Full-step vs half-step commutation; rotor snaps as coils A–B–A′–B′ sequence.
Thermostat vs PID
First-order room: on/off hysteresis vs continuous PID heater power.
MPC Pendulum Swing-Up (MPPI)
Sampling-based Model Predictive Control: K candidate torque rollouts over horizon H, MPPI cost-weighted update, bounded torque |u|≤u_max — swing up an inverted pendulum live and watch the planner replan.
A* / Dijkstra Pathfinding (Grid)
Interactive 40×28 grid pathfinder: A* (f=g+h), Dijkstra, or greedy best-first; Manhattan / octile / Euclidean heuristics, 4- vs 8-connectivity, paint walls + weighted cells, watch open / closed sets expand.
3-Link 3D Arm Inverse Kinematics (CCD)
Continuation of two-link-arm-ik into 3D: 3 revolute joints (yaw + 2 pitches) solved with constrained Cyclic Coordinate Descent. Drag target in 3D or follow a helix / lemniscate / figure-8 trajectory.