Skip to content

N22: Dimforge #672

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file added content/news/022/dimforge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions content/news/022/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,36 @@ _Discussion: [r/rust_gamedev](https://www.reddit.com/r/rust_gamedev/comments/nhd

## Library & Tooling Updates

### [Dimforge][dimforge]

[![Dimforge logo](dimforge.png)][dimforge]

[Dimforge][dimforge] creates open-source Rust crates for numerical simulation.
Some of the [recent updates][dimforge-update]:

- [Rapier] v0.9 brings user-defined storages, colliders not attached
to any rigid-body, velocity-based kinematic bodies,
and a lot of [other improvements][rapier-v0-9].
- bevy_rapier v0.10 was completely rewritten using
the new user-defined storages to become
significantly more ergonomic and "bevy-native" feel.
- New exhaustive user-guides for [Rapier][guide-rapier]
and [bevy_rapier][guide-bevy_rapier] were written.
They cover all the available features of Rapier, excepted details about
implementing your own custom storage for colliders and rigid-bodies.
- The [JS bindings for Rapier][rapier-js] have been updated to use Rapier 0.9.
- nalgebra v0.26 and v0.27 got [const-generics support][na-const]
and macros for constructing matrices/vectors/points in a convenient way.

[dimforge]: https://dimforge.com
[dimforge-update]: https://dimforge.com/blog/2021/06/06/this-month-in-dimforge
[Rapier]: https://rapier.rs
[rapier-v0-9]: https://github.com/dimforge/rapier/blob/master/CHANGELOG.md#v090
[rapier-js]: https://github.com/dimforge/rapier.js
[guide-rapier]: https://www.rapier.rs/docs/user_guides/rust/getting_started
[guide-bevy_rapier]: https://www.rapier.rs/docs/user_guides/rust_bevy_plugin/getting_started_bevy
[na-const]: https://www.dimforge.com/blog/2021/04/12/integrating-const-generics-to-nalgebra

### [egui]

![egui](egui.gif)
Expand Down