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