Alejandro Perea

Results 38 issues of 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...

bug
need more infos

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...

discussion

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)...

enhancement
help wanted

[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...

enhancement
help wanted
good first issue

Related to #211. Improve the documentation regarding data & map-wrapped types, and teach the difference between both via examples.

docs

Use [cargo fuzz](https://github.com/rust-fuzz/cargo-fuzz) to find crashes, panics and issues in the crate.

bug
help wanted
good first issue

Add some kind of iterator that has `Item = (LayerTile, (i32, i32))` or similar. Very useful for rendering code.

feature

Add a function for obtaining the UV of a tile given its ID.

good first issue
feature

Test the values read from objects with the tile shape.

tests

Add benchmarks to the project for loading maps, getting tiles, enumerating layers, etc.

enhancement
help wanted
good first issue