macroquad_ldtk

Crates.iomacroquad_ldtk
lib.rsmacroquad_ldtk
version
sourcesrc
created_at2025-04-12 20:35:35.297561+00
updated_at2025-04-13 18:26:20.678374+00
descriptionLDtk integration with macroquad
homepage
repositoryhttps://github.com/error-27/macroquad_ldtk
max_upload_size
id1631232
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
[Error_27] (error-27)

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