<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/crates/rapier_testbed2d, branch v0.22.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/'/>
<entry>
<title>Release v0.22.0 (#695)</title>
<updated>2024-07-20T15:14:43+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2024-07-20T15:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=cf74150763dd575bc0399087e845e9be62aba56f'/>
<id>cf74150763dd575bc0399087e845e9be62aba56f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: cargo doc step (#671)</title>
<updated>2024-07-12T14:29:22+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-07-12T14:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=01dd2001525850ef0d66374c69e98e1560cb6421'/>
<id>01dd2001525850ef0d66374c69e98e1560cb6421</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release v0.21.0 (#665)</title>
<updated>2024-06-23T21:48:04+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2024-06-23T21:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=0089365e661bf487073e58e4e800894dc4e4fc41'/>
<id>0089365e661bf487073e58e4e800894dc4e4fc41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: update to nalgebra 0.33 and parry 0.16 (#664)</title>
<updated>2024-06-23T20:57:51+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2024-06-23T20:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=3004a7d38da447e307e11d86528047bdb724c318'/>
<id>3004a7d38da447e307e11d86528047bdb724c318</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release Rapier 0.20.0 (#651)</title>
<updated>2024-06-09T12:59:27+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2024-06-09T12:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=b3dc1c1960274139b7fd8e2860a0af0387b0de6e'/>
<id>b3dc1c1960274139b7fd8e2860a0af0387b0de6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add more comments</title>
<updated>2024-06-09T10:09:58+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>sebcrozet@dimforge.com</email>
</author>
<published>2024-06-09T08:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=edaa36ac7e702f419faab4ff1b9af858fc84177f'/>
<id>edaa36ac7e702f419faab4ff1b9af858fc84177f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add simple inverse-kinematics solver for multibodies (#632)</title>
<updated>2024-05-25T08:36:34+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2024-05-25T08:36:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=62379de9ecc81fb42b7c2a0d2b8e3e1b02d63f38'/>
<id>62379de9ecc81fb42b7c2a0d2b8e3e1b02d63f38</id>
<content type='text'>
* feat: add a simple jacobian-based inverse-kinematics implementation for multibodies

* feat: add 2d inverse kinematics example

* feat: make forward_kinematics auto-fix the root’s degrees of freedom

* feat: add 3d inverse kinematics example

* chore: update changelog

* chore: clippy fixes

* chore: more clippy fixes

* fix tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* feat: add a simple jacobian-based inverse-kinematics implementation for multibodies

* feat: add 2d inverse kinematics example

* feat: make forward_kinematics auto-fix the root’s degrees of freedom

* feat: add 3d inverse kinematics example

* chore: update changelog

* chore: clippy fixes

* chore: more clippy fixes

* fix tests</pre>
</div>
</content>
</entry>
<entry>
<title>Release v0.19.0</title>
<updated>2024-05-05T16:33:35+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>sebcrozet@dimforge.com</email>
</author>
<published>2024-05-05T16:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=af1ac9baa26b1199ae2728e91adf5345bcd1c693'/>
<id>af1ac9baa26b1199ae2728e91adf5345bcd1c693</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: update testbeds to bevy 0.13</title>
<updated>2024-03-24T17:06:00+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>sebcrozet@dimforge.com</email>
</author>
<published>2024-03-24T16:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=2df7258570ce59aedd7fb4c0dea3d3290eb02a47'/>
<id>2df7258570ce59aedd7fb4c0dea3d3290eb02a47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release v0.18.0</title>
<updated>2024-01-24T22:53:36+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>sebcrozet@dimforge.com</email>
</author>
<published>2024-01-24T22:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=aef873f20e7a1ee66b9d4c066884fa794048587b'/>
<id>aef873f20e7a1ee66b9d4c066884fa794048587b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
