Alejandro Perea
Alejandro Perea
Occurs every time, even when restarting, can't figure out why. Stack: ``` LDtk version: 1.1.1-64bits Cannot read properties of null (reading 'relPath') TypeError TypeError: Cannot read properties of null (reading...
First of all, thanks for the work you're putting into this; LDTK looks incredible. That said, there are a few issues bugging me right now that make a switch hard...
The [only example currently](https://github.com/mapeditor/rs-tiled/blob/master/examples/main.rs) has no notion about how to use the library. There should be a more involved example available that doesn't necessarily use a renderer (Such as #133)...
[Rust API Guidelines](https://rust-lang.github.io/api-guidelines/about.html) to follow for the 1.0.0 release: - **Naming** *(crate aligns with Rust naming conventions)* - [ ] Casing conforms to RFC 430 ([C-CASE]) - [ ] Ad-hoc...
Related to #211. Improve the documentation regarding data & map-wrapped types, and teach the difference between both via examples.
Use [cargo fuzz](https://github.com/rust-fuzz/cargo-fuzz) to find crashes, panics and issues in the crate.
Add some kind of iterator that has `Item = (LayerTile, (i32, i32))` or similar. Very useful for rendering code.
Add a function for obtaining the UV of a tile given its ID.
Add benchmarks to the project for loading maps, getting tiles, enumerating layers, etc.