Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2d86743

Browse filesBrowse files
authored
N15: physme (rust-gamedev#356)
* N15: physme * N15: move physme to where it's supposed to be
1 parent a0883fd commit 2d86743
Copy full SHA for 2d86743

File tree

Expand file treeCollapse file tree

1 file changed

+27
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+27
-0
lines changed

‎content/posts/newsletter-015/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-015/index.md
+27Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,33 @@ up to make sure performances regressions can be detected early.
656656
[bevy_rapier]: https://www.rapier.rs/docs/user_guides/rust_bevy_plugin/getting_started
657657
[cont-bench]: https://www.dimforge.com/blog/2020/10/01/this-month-in-dimforge#rapier-continuous-benchmarking
658658

659+
### [physme]
660+
661+
[Physme] is not your typical physics engine. It doesn't exactly simulate
662+
real world physics and it never will. Instead it has only two goals:
663+
664+
- To provide satisfying real-time dynamics for 2D and 3D games.
665+
- To have a simple to use API.
666+
667+
Physme will only work with [bevy] and is not made to support other game
668+
engines.
669+
The current release supports bevy 0.2, but work is being done to support
670+
bevy 0.3.
671+
672+
The current feature set includes:
673+
674+
- Rigid bodies
675+
- Multiple colliders per body
676+
- Static and semikinematic bodies
677+
- Sensor bodies
678+
- Oriented bounding boxes
679+
- Fixed, mechanical and spring joints
680+
- Broad phase
681+
682+
All of the above listed features are supported in both 2D and 3D.
683+
684+
[physme]: https://github.com/walterpie/physme
685+
659686
### [This Month in Mun][mun-october]
660687

661688
[![Mun logo](mun-logo.png)][Mun]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.