Skip to content

Commit 9b24a15

Browse files
Add Bevy LDtk Plugin (#462)
Co-authored-by: Joe Clay <[email protected]>
1 parent 95fe680 commit 9b24a15

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
171 KB
Loading

content/posts/newsletter-018/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,24 @@ updates.
159159
[`LDtk-rs`]: https://github.com/katharostech/ldtk-rs
160160
[LDtk]: https://ldtk.io
161161

162+
### [`bevy_ldtk`]
163+
164+
![LDtk Map Running in Bevy](./bevy_ldtk.jpg)
165+
_( Tileset from ["Cavernas"] by Adam Saltsman )_
166+
167+
[`bevy_ldtk`] is a Bevy plugin for loading [LDtk] tilemaps.
168+
169+
It features:
170+
171+
- An efficient renderer that only uses 4 vertices per map layer
172+
- Hot reloading through the Bevy asset server integration
173+
- Heavily commented code to help others who want to see how to make their own
174+
tilemap renderers
175+
176+
[`bevy_ldtk`]: https://github.com/katharostech/bevy_ldtk
177+
[ldtk]: https://ldtk.io
178+
["cavernas"]: https://adamatomic.itch.io/cavernas
179+
162180
### [rkyv]
163181

164182
[rkyv] is a zero-copy deserialization framework for Rust. It's similar to

0 commit comments

Comments
 (0)