Chris B

Results 8 issues of Chris B

`with_features` in `Tool` uses the name of the path to determine compiler family in https://github.com/alexcrichton/cc-rs/blob/master/src/lib.rs#L2113 It appears that for modern Macs running Mojave (10.14+), `c++` is symlinked to `clang++` but...

For action games, the sprite entities would be 'free-floating' entities rendered on top of the map, but the game would still want to track their position relative to the map...

enhancement
good first issue

Right now TileMaps can have a local and global transform, but it seems to apply to the whole tilesheet. It would be useful, for animations or effects to be able...

enhancement

I like that the Bevy Guide provides directions for a better linker in the [setup guide](https://bevyengine.org/learn/book/getting-started/setup/). However as the documentation stands, $YOUR_WORKSPACE is unclear across platforms and there is no...

A-Book

A few additional file formats for the prototypes would be helpful. In particular Ron and Toml support would be a nice extension to Yaml and Json and are supported by...

The Action system in Big Brain is quite powerful. However, not all actions in a game are triggered by the AI itself. There might be traps, triggers, player input, etc....

enhancement
help wanted

I'm trying to understand the coordinate system in RGX and think that there is an inverted y-axis somewhere. I've modified the `sprite` example to only create one instance of the...

It would be awesome if there were a straightforward mode for Goyo to be invoked but only for the current panel or split. If I'm working on a long document,...