Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
0facfcc
Create Ammo Physics
Brackets-Coder Feb 11, 2025
ddc1424
Create AmmoPhysics.js
Brackets-Coder Feb 25, 2025
44c546b
Merge branch 'TurboWarp:master' into ammo-physics
Brackets-Coder Mar 26, 2025
d69d4d2
Merge branch 'TurboWarp:master' into ammo-physics
Brackets-Coder Mar 31, 2025
c105cab
Raycasting Rewrite and Scratch.Cast
Brackets-Coder Apr 10, 2025
3476955
Remove cast because yeah
Brackets-Coder Apr 10, 2025
a98c42c
Fix issues
Brackets-Coder Apr 10, 2025
09b326d
Add triangle meshes and constraints
Brackets-Coder Jul 30, 2025
8f65d04
v0.9-beta
Brackets-Coder Aug 17, 2025
2881a0c
Create AmmoPhysics.md
Brackets-Coder Aug 18, 2025
d00be2c
Merge branch 'TurboWarp:master' into ammo-physics
Brackets-Coder Aug 18, 2025
92a4b5c
Fixes and updates
Brackets-Coder Aug 19, 2025
f2dfdf8
Raycasting and Forces documentation
Brackets-Coder Aug 19, 2025
9c18f69
Some documentation improvements
Brackets-Coder Aug 31, 2025
d79f3e2
Create AmmoPhysics.svg placeholder banner
Brackets-Coder Sep 14, 2025
70b5e70
Fix step not working at 0 FPS and comments
Brackets-Coder Sep 18, 2025
b2d052c
Still working on documentation...
Brackets-Coder Sep 18, 2025
24f5682
Use custom build
Brackets-Coder Sep 19, 2025
85e9e0d
ummm format passed why is it failing
Brackets-Coder Sep 19, 2025
c74736b
Merge branch 'TurboWarp:master' into ammo-physics
Brackets-Coder Sep 19, 2025
f39f61e
Reduce size and fix prettier
Brackets-Coder Sep 22, 2025
7127bfa
Prepare for release
Brackets-Coder Oct 8, 2025
cab65d2
update format
Brackets-Coder Oct 8, 2025
5049e76
Fix a few invalidation issues with the meshes
Brackets-Coder Oct 8, 2025
c6b85b3
Remove extra console logs
Brackets-Coder Oct 9, 2025
abc6493
Fix meshes and add body active
Brackets-Coder Oct 9, 2025
257a8a5
Update AmmoPhysics.svg
Brackets-Coder Oct 9, 2025
2399a2e
Fix image
Brackets-Coder Oct 9, 2025
8e036ee
Merge branch 'TurboWarp:master' into ammo-physics
Brackets-Coder Oct 9, 2025
e7e8400
Fix slash notation, cast body active
Brackets-Coder Oct 9, 2025
14ec5e3
Fix casting and body active
Brackets-Coder Oct 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,011 changes: 1,011 additions & 0 deletions extensions/MasterMath/AmmoPhysics.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions extensions/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"stretch",
"gamepad",
"box2d",
"AmmoPhysics",
"files",
"pointerlock",
"cursor",
Expand Down