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!
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.
158+
159+ It features:
160+
161+ - An efficient renderer that only uses 4 vertices per map layer and lays out tiles on the GPU
162+ - Supports hot reload 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+
152170### [ rkyv]
153171
154172[ 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