Robbie Davenport
Robbie Davenport
As I mentioned in my previous issue, I'm really enjoying this crate. I'd like to more about what upcoming enhancements or new features are on the way, and maybe contribute...
Sorry if this is in the wrong place! Some [fantasy consoles](https://en.wikipedia.org/wiki/Fantasy_video_game_console) support WASM, such as [wasm4](https://wasm4.org/) and [tic-80](https://tic80.com/) as their game code / scripting language. These kinda function like engines...
Hi! I'm also running into this issue in my own project but noticed it's also happening in the example. If you run the example, and stretch the window vertically, you...
[Pipelined Rendering] "Unable to find a GPU" on ChromeOS w/ Crostini/Pengin/Linux (maybe GL related)
## Bevy version Pipelined Rendering branch - 432ce72fafe30598d8726072b0608035d1786251 and also main - 6a8a8c9d21f32e0e46623db9438813b009f9e014 ## Operating system & version ChromeOS w/ Penguin: Version 94.0.4606.97 (Official Build) beta (64-bit) ASUS Chromebook C425...
Currently, we use `bincode.` `bitcode` was recently released which has better compression (size) in exchange for slightly slower speeds. Could be benefecial to switch over if the gains are big...
Since `ggrs` supports this, we should also add the option to have at least ~4 total connected instances. GGRS supports in theory any number of connections (limited by the size...
It would be good to have a way to detect if a desync occurs in a networked game. It could be checked in ALL game instances, or alternatively a flag...
Currently, the `sound_engine` is single channel mono only. We need to support stereo at least. This might have some relation to the effects issue #51 but I think left/right panning...
The file menu "Game" has an option for "Test Local Game", but it currently doesn't do anything. This button should launch a single player game instance with the currently loaded...
The file menu has a button for "New" on palettes, but it currently doesn't do anything. This button should work when clicked and allow the user to generate a new...