fragcolor-xyz / shards

High-performance, multi-platform, type-safe programming language designed for visual & AI assisted development
BSD 3-Clause "New" or "Revised" License
68 stars 14 forks source link

Add Jolt physics #1025

Closed guusw closed 2 months ago

guusw commented 3 months ago

Know issues:

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 81.44055% with 487 lines in your changes missing coverage. Please review.

Project coverage is 78.70%. Comparing base (f5b0cf9) to head (da607c7). Report is 25 commits behind head on devel.

Files Patch % Lines
shards/modules/physics/physics.cpp 64.71% 175 Missing :warning:
shards/modules/physics/shapes.cpp 64.78% 75 Missing :warning:
shards/modules/physics/core.hpp 82.63% 58 Missing :warning:
shards/modules/physics/soft_body.cpp 82.47% 58 Missing :warning:
shards/modules/physics/constraints.cpp 84.25% 51 Missing :warning:
shards/modules/physics/body.cpp 89.07% 26 Missing :warning:
shards/gfx/gizmos/text.cpp 86.20% 16 Missing :warning:
shards/modules/physics/debug.cpp 94.84% 12 Missing :warning:
shards/gfx/transform_updater.hpp 80.00% 5 Missing :warning:
shards/modules/physics/broadphase.hpp 68.75% 5 Missing :warning:
... and 4 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #1025 +/- ## ========================================== + Coverage 78.65% 78.70% +0.05% ========================================== Files 345 357 +12 Lines 57441 59994 +2553 ========================================== + Hits 45179 47221 +2042 - Misses 12262 12773 +511 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.