Crates.io | macroquad_ldtk |
lib.rs | macroquad_ldtk |
version | |
source | src |
created_at | 2025-04-12 20:35:35.297561+00 |
updated_at | 2025-04-13 18:26:20.678374+00 |
description | LDtk integration with macroquad |
homepage | |
repository | https://github.com/error-27/macroquad_ldtk |
max_upload_size | |
id | 1631232 |
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` |
size | 0 |
A Rust library to load LDtk level files into macroquad.
Rect
generation from IntGridsserde
See the basic example for a simple example of use.
Run the example with:
cargo run --example basic
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.