bevy_fixed_update_task 0.1.2

A fixed update for bevy, unthrottled from bevy's default update loop.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Changelog

All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.1.1]https://github.com/Vrixyz/bevy_fixed_update_task/releases/tag/v0.1.0 - 2025-01-13

### Features

- Custom timestep or substep count per frame.
- Component approach, support multiple concurrent fixed "task" update.
- Examples for minimal approach + interpolation integration.
- Documentation to explain how this crate works on the [readme]README.md and [docs]./docs/.