macrosoft3dpinball/godot/godot-box3d.gdextension
m3ultra 2ca67bb28b Add Godot 4.7 physics testbed: Box3D/Jolt/GodotPhysics A/B pinball table
Playable table (hinge-motor flippers, plunger, bumper, drain) plus a headless
probe harness that measured, per engine: tunneling of a fast ball through a
1 cm wall with CCD off/on, and hinge-motor drive. Findings in godot/README.md:
Box3D never tunnels even with CCD off, but its hinge motor sign is inverted
vs Jolt/GodotPhysics, and Jolt blows through angular limits that Box3D holds.
Ships a from-source macOS arm64 libgodot-box3d.dylib (upstream has no
releases). Also gitignore the remaining Microsoft media at repo root.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-06 05:33:07 +10:00

15 lines
417 B
Plaintext

[configuration]
entry_symbol = "godot_box3d_main"
compatibility_minimum = "4.3"
reloadable = true
[libraries]
linux.debug.x86_64 = "res://bin/libgodot-box3d.so"
linux.release.x86_64 = "res://bin/libgodot-box3d.so"
windows.debug.x86_64 = "res://bin/godot-box3d.dll"
windows.release.x86_64 = "res://bin/godot-box3d.dll"
macos.debug = "res://bin/libgodot-box3d.dylib"
macos.release = "res://bin/libgodot-box3d.dylib"