<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src_testbed, branch v0.110</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.11.0</title>
<updated>2021-08-08T17:19:16+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2021-08-08T16:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=48d0df11d7a6a28907945b17b839313c848e3a6e'/>
<id>48d0df11d7a6a28907945b17b839313c848e3a6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clear plugin graphics when examples changed, then clear the plugins vec</title>
<updated>2021-07-27T13:09:31+00:00</updated>
<author>
<name>rezural</name>
<email>rezural@protonmail.com</email>
</author>
<published>2021-07-11T22:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=75a677c58a1af68aa132d0d60d19a45dbfb7c474'/>
<id>75a677c58a1af68aa132d0d60d19a45dbfb7c474</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make collider Option&lt;&gt; on EntityWithGraphics</title>
<updated>2021-07-08T08:07:42+00:00</updated>
<author>
<name>rezural</name>
<email>rezural@protonmail.com</email>
</author>
<published>2021-07-08T01:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=3b0d25646407e9b1d7e39dee1005d9a24e09ab66'/>
<id>3b0d25646407e9b1d7e39dee1005d9a24e09ab66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add opacity to EntityWithGraphics</title>
<updated>2021-07-08T08:07:42+00:00</updated>
<author>
<name>rezural</name>
<email>rezural@protonmail.com</email>
</author>
<published>2021-07-05T21:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=53700db8603ee9ab7c2cb89d6d186ba47f7ae203'/>
<id>53700db8603ee9ab7c2cb89d6d186ba47f7ae203</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add despawn method to EntityWithGraphics</title>
<updated>2021-07-08T08:07:42+00:00</updated>
<author>
<name>rezural</name>
<email>rezural@protonmail.com</email>
</author>
<published>2021-07-05T21:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=9f8d9769f83c2b77d4bff6641117155c99ffd0d4'/>
<id>9f8d9769f83c2b77d4bff6641117155c99ffd0d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add update_ui to TestbedPlugin</title>
<updated>2021-07-08T08:07:42+00:00</updated>
<author>
<name>rezural</name>
<email>rezural@protonmail.com</email>
</author>
<published>2021-07-05T21:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=0e1215e4edd5dd9c0dc3afaf6a9c33e22175edc5'/>
<id>0e1215e4edd5dd9c0dc3afaf6a9c33e22175edc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable clear_graphics and run_callbacks agin</title>
<updated>2021-07-08T08:07:42+00:00</updated>
<author>
<name>rezural</name>
<email>rezural@protonmail.com</email>
</author>
<published>2021-06-28T01:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=7c249c873d28b4fa03023bff6fe3bf5df7a1cee9'/>
<id>7c249c873d28b4fa03023bff6fe3bf5df7a1cee9</id>
<content type='text'>
update plugin signature to recieve bevy structs, add Arc&lt;Mutex&lt;&gt;&gt; around gfx_components, we we can get shared mutable access
add prefab_meshes() access function

Remove Arc&lt;Mutex&lt;&gt;&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
update plugin signature to recieve bevy structs, add Arc&lt;Mutex&lt;&gt;&gt; around gfx_components, we we can get shared mutable access
add prefab_meshes() access function

Remove Arc&lt;Mutex&lt;&gt;&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #193 from rezural/egui-focus</title>
<updated>2021-06-02T15:18:35+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2021-06-02T15:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=d3d998e91e39e64b9bdd9060ba7904218fd8cfbe'/>
<id>d3d998e91e39e64b9bdd9060ba7904218fd8cfbe</id>
<content type='text'>
Testbed: check if the egui context wants pointer focus, disable orbit camera if so.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Testbed: check if the egui context wants pointer focus, disable orbit camera if so.</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies</title>
<updated>2021-06-02T14:00:23+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-06-02T14:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=e0e341214c35347a30c3e76265d216396abc2cfb'/>
<id>e0e341214c35347a30c3e76265d216396abc2cfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>check if the egui context wants pointer focus, disable orbit camera if so. this disables egui interactions being sent to the orbital camera</title>
<updated>2021-05-29T03:00:01+00:00</updated>
<author>
<name>rezural</name>
<email>rezural@protonmail.com</email>
</author>
<published>2021-05-29T03:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=a49605bd9b0ae538ae9cf83b74132d0f0e820a9a'/>
<id>a49605bd9b0ae538ae9cf83b74132d0f0e820a9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
