vrecluse
|
cdab3860b2
Fix _Init functions to zero-initialize structs before setting fields (#71)
|
1 month ago |
vrecluse
|
bd842c0c9d
Add comprehensive unit test suite using GoogleTest (#69)
|
1 month ago |
vrecluse
|
cedc753d4c
Add VehicleTrack API for tracked vehicle simulation (#68)
|
1 month ago |
Amer Koleci
|
f41778a94e
Update Jolt to v.5.5.0 (https://github.com/jrouwe/JoltPhysics/releases/tag/v5.5.0)
|
1 month ago |
Amer Koleci
|
e667802a42
FIX JPH_LinearCurve_GetPoint to return point by address
|
2 months ago |
Amer Koleci
|
b364146239
[ENH] JPH_WheeledVehicleController_SetTireMaxImpulseCallback allow userData
|
2 months ago |
jfaz
|
7d11b27f80
Add skeleton/ragdoll binds (#67)
|
2 months ago |
Johannes du Randt
|
781a5dd6ad
Feat/vehicle engine settings update (#65)
|
3 months ago |
Johannes du Randt
|
0d21b82a6f
Added JPH_VehicleEngine and JPH_VehicleTransmission (#63)
|
3 months ago |
Johannes du Randt
|
19258f3b0c
Feat/linear curve (#62)
|
3 months ago |
Amer Koleci
|
f3f88a8d21
Improve code after merge.
|
3 months ago |
Johannes du Randt
|
16cd4d58e6
Added JPH_WheeledVehicleController_SetTireMaxImpulseCallback (#61)
|
3 months ago |
Amer Koleci
|
728084cded
Keep Array<BodyID> alive during JPH_BodyLockInterface_LockMultiRead and JPH_BodyLockInterface_LockMultiWrite, fixes #60
|
3 months ago |
Kevin Watters
|
e790eca79f
Add JPH_Shape_Draw. (#58)
|
3 months ago |
Amer Koleci
|
8bbe852aaf
Add ActivateBodies, ActivateBodiesInAABox and DeactivateBodies to BodyInterface.
|
4 months ago |
Amer Koleci
|
1715c5aab8
Improve and add more bindings for HeightFieldShapeSettings
|
4 months ago |
Dan Korostelev
|
f376c3810e
add Get/SetBlockSize for HeightFieldShapeSettings (#56)
|
4 months ago |
Amer Koleci
|
b66fc796e5
Another Matrix logic improvement.
|
4 months ago |
Amer Koleci
|
3852104dca
Rename JPH_Matrix4x4 in JPH_Mat4 and JPH_RMatrix4x4 in JPH_RMat4 and make them column major (as Jolt)
|
4 months ago |
Dan Korostelev
|
257e54629e
fix JPH_BodyLockInterface_LockWrite creating BodyLockRead instead of BodyLockWrite (#55)
|
4 months ago |
Amer Koleci
|
91c117a240
Update to Jolt v5.4.0 (https://github.com/jrouwe/JoltPhysics/releases/tag/v5.4.0)
|
4 months ago |
Amer Koleci
|
b5f6a4503e
Improve and refactoring shape creation to handle result and error, fixes #54
|
5 months ago |
Nuno Silva
|
1ba38d9341
Strip release builds for linux and android (#53)
|
5 months ago |
Amer Koleci
|
8b42c8cd46
Merge branch 'main' of https://github.com/amerkoleci/joltc
|
5 months ago |
Amer Koleci
|
c1db8f1b21
Expose some math helper functions
|
5 months ago |
Nuno Silva
|
51f9cce7cf
Change CI to use Ubuntu 22.04 for better compatibility with older systems (#52)
|
5 months ago |
Amer Koleci
|
06f044d668
JPH_ContactSettings is POD now.
|
5 months ago |
Nuno Silva
|
a968db42ba
Update CI to support Android 16KB page size (#49)
|
5 months ago |
Amer Koleci
|
c001c3a938
FIX: Avoid multiple JPH_Init calls.
|
6 months ago |
Amer Koleci
|
a1d6c02062
CI build: Improve linux and add android debug and macos debug supprot
|
6 months ago |