Brian Merchant

Results 37 issues of Brian Merchant

Relevant Github Discussion: https://github.com/orgs/community/discussions/31889

build system

New tiled version: https://crates.io/crates/tiled

enhancement

This works better in terms of the ergonomics, as the user only has to iterate over tiles that exist.

The `helpers` module currently has [`get_chunk_2d_transform`](https://docs.rs/bevy_ecs_tilemap/0.7.0/bevy_ecs_tilemap/helpers/fn.get_chunk_2d_transform.html). A very similar function, which would convert the integer coordinates of tile position into world space coordinates would be helpful. For example, if the...

enhancement

## What problem does this solve or what need does it fill? It is often useful to implement a `const` `Size` for a widget. But, one cannot use `Size::new` to...

D-Good-First-Issue
A-UI
C-Usability

## What problem does this solve or what need does it fill? If you have a struct of `EventReader`s, and want to implement `Debug` for that struct, you cannot as...

C-Enhancement
D-Good-First-Issue
A-ECS

## Bevy version 0.9 ## What user did Programmer is working with `bevy_ui` `ImageBundle` and spawned a `ImageBundle` as a child of a `NodeBundle`. The `NodeBundle` is a fixed size,...

C-Bug
A-UI

A nice feature of `make4ht` is that it converts the latex document to HTML, but the *awesome* feature of `make4ht` is that it generates all the right images and inserts...

I enabled the `atlas` feature, and it seems to work now. However, I don't really know what the drawbacks or the major differences of enabling that feature are, since there...

documentation

For example, we should be able to do both: `my_tile_pos.square_offset(&East, &map_size)` and `my_tile_pos.square_offset(East, &map_size)`

enhancement