Alejandro Perea

Results 38 issues of Alejandro Perea

Support the Tiled JSON format as well, and add crate features for both XML and JSON loading, default to one of them, and mention it in docs/the README.

feature

So we don't get bombarded with this when testing: ![Screenshot_20220202_181259](https://user-images.githubusercontent.com/16354904/152203151-379f714a-c761-4cbc-a3a7-a7e474a3debd.png)

enhancement
good first issue

2D Kinematic bodies (Both position and velocity based ones) don't seem to be processed by the engine. To replicate: - Open the `events2` example from the 2D example folder. -...

Hello! I'm one of the core maintainers of the [rs-tiled](https://github.com/mapeditor/rs-tiled) crate, and have been considering this crate for a while to solve a few issues we're having with source paths...

Hello! I have a webcam of unknown parameters and I'd like to have a list of its supported formats and resolutions. How can you achieve that with the crate? I...

bug
P2

Using [this map](https://github.com/StarArawn/bevy_ecs_tilemap/files/9495689/map.zip) with the LDTK example results in a WGPU validation error: ``` thread 'Compute Task Pool (1)' panicked at 'wgpu error: Validation Error Caused by: In CommandEncoder::copy_texture_to_texture Copy...

bug
Needs-Triage

Fixes #260 (Instead of crashing, it'll just show incorrect tiles) and takes spacing into account in the LDTK example.

Improves crate ergonomics. Most of the time when parsing you are only interested in one layer type at a time so it's much nicer to use `layer.layer_type().as_tiles()` than the whole...

WIP. This PR moves all internal functions to the parse module. This has the advantage of providing a clear interface to the user & developers, as the structure of Tiled...

Text input has really weird behavior using the eframe template in web. ~~For instance, copying/cutting text is not allowed (This also happens in https://emilk.github.io/eframe_template/).~~ Some other times, text input doesn't...