Srayan Jana
Srayan Jana
Adding this here just for posterity, since I already know that this is in the plans. This would be pretty easy to test though, since bevy and other rust game...
Since Steamworks API might get deprecated, maybe there should be Epic Online Services variant. I know HiFight uses EOS for FOOTSIES, and a lot of fighting game devs consider it...
During a match/game/connection, it should be possible to switch the host for someone else. For example, if Player A in an authoritative host model is the host, they should be...
I have no idea if this crate works already with webassembly or not, but just in case, it might be a good idea to make it work on webassembly.
Theres a new Tween class in 3.5 that's apparently more performant called SceneTween. I'd like to see a version of this using that.
For other rust UI llibraries like [egui](https://github.com/emilk/egui) and [iced](https://github.com/iced-rs/iced), they have great integration with wgpu, making so that its relatively easy to integrate it with other projects that use wgpu...
**Problem** The links here are broken: https://github.com/DioxusLabs/dioxus/tree/master/packages/fullstack **Steps To Reproduce** Steps to reproduce the behavior: - Click on the links for ``Axum``, ``Salvo``, ``Warp``, and ``Server functions`` **Expected behavior** Those...
It would be cool if NVRHI had web support. A similar API, [wgpu](https://github.com/gfx-rs/wgpu), supports both WebGPU and WebGL2 backends. It would be nice if this library supported those as well,...