Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit abe4400

Browse files
committedFeb 2, 2021
Add Bevy LDtk Plugin
1 parent a645421 commit abe4400

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
 
171 KB
Loading

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,20 @@ planned for some time in February!
149149

150150
## Library & Tooling Updates
151151

152+
### [`bevy_ldtk`]
153+
154+
![LDtk Map Running in Bevy](./bevy_ldtk.jpg)
155+
_( Tileset from ["Cavernas"] by Adam Saltsman )_
156+
157+
[`bevy_ldtk`] is a Bevy plugin for loading [LDtk] tilemaps. It features an
158+
efficient renderer that uses only 4 vertices per map layer and it is heavily
159+
commented to help guide others who may want to make their own tile map renderers
160+
for Bevy.
161+
162+
[`bevy_ldtk`]: https://github.com/katharostech/bevy_ldtk
163+
[ldtk]: https://ldtk.io
164+
["cavernas"]: https://adamatomic.itch.io/cavernas
165+
152166
### [rkyv]
153167

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

0 commit comments

Comments
 (0)
Please sign in to comment.