#use bevy ECS schedule

7 messages · Page 1 of 1 (latest)

dry fern
#

I'm trying to integrate bevy_ecs with macroquad. I want tò male the update in parallelo but i Need that the rendering system Will operate on the mai. Thread. How can I achive this behaviour?

dusk crypt
dry fern
#

now I solved it using two scheduler, one for the update (parallel) and one for the draw task (single threaded) but I wonder how can I do it using a single scheduler

dusk crypt
warped shadow