multi-threaded generation

This commit is contained in:
2024-04-28 21:20:30 -04:00
parent 9de7bc53d0
commit c434b2eab0
6 changed files with 88 additions and 35 deletions

View File

@@ -16,8 +16,9 @@ fn main() {
primary_window: Some(Window {
title: "Phos".into(),
name: Some("phos".into()),
resolution: (1920., 1080.).into(),
present_mode: PresentMode::AutoNoVsync,
mode: bevy::window::WindowMode::BorderlessFullscreen,
// mode: bevy::window::WindowMode::BorderlessFullscreen,
..default()
}),
..default()