python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to test system that requires Time resource?
I want to write tests for system that moves entities and detects collisions, system uses Res<Time> to ensure that entities move with constant speed. I was trying to write test following this exa...
tomaszk
Votes: 0
Answers: 1
How to use geometry-instancing in Bevy?
I am rendering a point-cloud using Bevy, but currently spawning a icoshpere for each point, which gets quite slow with 775k points.
What is the easiest way to use mesh instancing to reduce overhead?
T...
Redline
Votes: 0
Answers: 1
How do I automatically determine the size of each sprite in a spritesheet
I have multiple sprite sheets but each one has slightly smaller/larger sprites (oops)
But they all luckily have a very well defined border (though it is a different size for each sheet)
I want to be a...
JodiMcJodson
Votes: 0
Answers: 0
How to connect bevy game to externel TCP server using tokios async TcpStream?
I want to send Events between the game client and server and I already got it working, but I do not know how to do it with bevy.
I am dependent to use tokios async TcpStream, because I have to be able...
BrunoWallner
Votes: 0
Answers: 1