File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
content/posts/newsletter-018 Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments