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 @@ -149,6 +149,24 @@ planned for some time in February!
149
149
150
150
## Library & Tooling Updates
151
151
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.
158
+
159
+ It features:
160
+
161
+ - An efficient renderer that only uses 4 vertices per map layer
162
+ - Hot reloading through the Bevy asset server integration
163
+ - Heavily commented code to help others who want to see how to make their own
164
+ tilemap renderers
165
+
166
+ [ `bevy_ldtk` ] : https://github.com/katharostech/bevy_ldtk
167
+ [ ldtk ] : https://ldtk.io
168
+ [ "cavernas" ] : https://adamatomic.itch.io/cavernas
169
+
152
170
### [ rkyv]
153
171
154
172
[ 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