File tree 2 files changed +18
-0
lines changed
content/posts/newsletter-018
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,24 @@ updates.
159
159
[ `LDtk-rs` ] : https://github.com/katharostech/ldtk-rs
160
160
[ LDtk ] : https://ldtk.io
161
161
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
+
162
180
### [ rkyv]
163
181
164
182
[ 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