<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iced/wgpu/src/layer, branch master</title>
<subtitle>A cross-platform GUI library for Rust, inspired by Elm</subtitle>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/'/>
<entry>
<title>Redesign `iced_wgpu` layering architecture</title>
<updated>2024-04-03T19:07:54+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-04-03T19:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=b05e61f5c8ae61c9f3c7cc08cded53901ebbccfd'/>
<id>b05e61f5c8ae61c9f3c7cc08cded53901ebbccfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply `Transformation` to `RawText` primitives</title>
<updated>2024-02-02T13:43:04+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-02-02T13:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=b3adf3184594c9bf60e0548a0362d30c512f3966'/>
<id>b3adf3184594c9bf60e0548a0362d30c512f3966</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `with_transformation` to `Renderer` trait</title>
<updated>2024-02-02T01:24:45+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2023-10-24T03:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=f4d66486016076bb339a338bc589645119962d1e'/>
<id>f4d66486016076bb339a338bc589645119962d1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace `Primitive::Translate` with `Transform`</title>
<updated>2024-02-02T00:53:23+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2023-10-23T01:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=5467c19c80c992f03890264ed58156305a26b19a'/>
<id>5467c19c80c992f03890264ed58156305a26b19a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `RawText` to `Primitive` in `iced_graphics`</title>
<updated>2023-12-05T01:19:17+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2023-12-05T01:19:17+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=603832e66c710ea39a95009ddc905de20c6856bd'/>
<id>603832e66c710ea39a95009ddc905de20c6856bd</id>
<content type='text'>
This should allow users to directly render a
`cosmic_text::Buffer`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should allow users to directly render a
`cosmic_text::Buffer`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename `viewport` to `clip_bounds`</title>
<updated>2023-12-02T14:56:28+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2023-12-02T14:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=b526ce4958b28208395276dd4078ffe0d780e1d7'/>
<id>b526ce4958b28208395276dd4078ffe0d780e1d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clip text to `viewport` bounds instead of layout bounds</title>
<updated>2023-12-01T15:04:27+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2023-12-01T15:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=936d480267578d7e80675e78ec1880aaaaab72d6'/>
<id>936d480267578d7e80675e78ec1880aaaaab72d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide actual bounds to `Shader` primitives</title>
<updated>2023-11-28T22:13:38+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2023-11-28T22:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=ab7dae554cac801aeed5d9aa4d3850d50be86263'/>
<id>ab7dae554cac801aeed5d9aa4d3850d50be86263</id>
<content type='text'>
... and allow for proper translation and scissoring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and allow for proper translation and scissoring.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor texture image filtering</title>
<updated>2023-11-11T06:22:51+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2023-11-11T06:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=a5125d6fea824df1191777fe3eb53a2f748208b9'/>
<id>a5125d6fea824df1191777fe3eb53a2f748208b9</id>
<content type='text'>
- Support only `Linear` or `Nearest`
- Simplify `Layer` groups
- Move `FilterMethod` to `Image` and `image::Viewer`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Support only `Linear` or `Nearest`
- Simplify `Layer` groups
- Move `FilterMethod` to `Image` and `image::Viewer`
</pre>
</div>
</content>
</entry>
<entry>
<title>Write documentation for the new text APIs</title>
<updated>2023-10-27T03:04:14+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2023-10-27T03:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=625cd745f38215b1cb8f629cdc6d2fa41c9a739a'/>
<id>625cd745f38215b1cb8f629cdc6d2fa41c9a739a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
