Crate bevy_retrograde_ldtk

Source
Expand description

A Bevy Retrograde plugin for loading LDtk tile maps.

§Caveats

The plugin is in relatively early stages, but it is still rather functional for many basic maps

  • Many features are not supported yet, including:
    • tilesets with spacing in them
    • levels in separate files

If you run into anything that isn’t supported that you want to use in your game open an issue or PR to help prioritize what gets implemented.

§License

Bevy Retrograde LDtk is licensed under the Katharos License which places certain restrictions on what you are allowed to use it for. Please read and understand the terms before using Bevy LDtk for your project.

Structs§

LdtkMap
An LDtk map asset
LdtkMapBundle
A component bundle for spawning an LDtk map
LdtkMapLayer
Component added to spawned map layers
LdtkPlugin
Bevy plugin that adds support for loading LDtk tile maps

Enums§

LdtkMapLoaderError
An error that occurs when loading a GLTF file