Andrew Wason
Results
42
comments of
Andrew Wason
trafficstars
We would prefer not to route it thru the filesystem if possible. Another approach could be chunked decryption, where we would get bytes however we want in python and repeatedly...
Also happens with 3D (bevy 0.15, avian3d b47c30c5ef) ```rust use avian3d::prelude::*; use bevy::{ app::{App, Startup}, prelude::*, DefaultPlugins, }; #[derive(Component)] pub struct Cube; #[derive(Component)] pub struct Floor; fn main() { App::new()...