macroquad_ldtk

Crates.iomacroquad_ldtk
lib.rsmacroquad_ldtk
version1.0.2
created_at2025-04-12 20:35:35.297561+00
updated_at2025-08-07 19:31:05.945316+00
descriptionLDtk integration with macroquad
homepage
repositoryhttps://github.com/siliconcritters/macroquad_ldtk
max_upload_size
id1631232
size102,017
freya siliconcritters (siliconcritters)

documentation

README

macroquad_ldtk

A Rust library to load LDtk level files into macroquad.

Features

  • Tile rendering
  • Collision Rect generation from IntGrids
  • Levels stored through their world coordinates
  • Access to the unprocessed JSON data straight from serde

To Be Implemented

  • External level files

How to Use

See the basic example for a simple example of use.

Run the example with:

cargo run --example basic

License

This library is dual-licensed under the Apache and MIT licenses.

assets/kenney_platformer.png is from the Pixel Platformer asset pack by Kenney, licensed under CC0.

Commit count: 0

cargo fmt