Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9b24a15

Browse filesBrowse files
Add Bevy LDtk Plugin (rust-gamedev#462)
Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com>
1 parent 95fe680 commit 9b24a15
Copy full SHA for 9b24a15

File tree

2 files changed

+18
-0
lines changed
Filter options

2 files changed

+18
-0
lines changed
171 KB
Loading

‎content/posts/newsletter-018/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-018/index.md
+18Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.