limnus-default-stages-plugin

Crates.iolimnus-default-stages-plugin
lib.rslimnus-default-stages-plugin
version0.0.20
created_at2025-01-14 15:05:54.675633+00
updated_at2025-09-17 13:22:35.475256+00
descriptioncreating the default stages
homepage
repositoryhttps://github.com/swamp/limnus
max_upload_size
id1516147
size9,782
Peter Bjorklund (piot)

documentation

README

Limnus Default Stages Plugin

✨ Features

The DefaultStagePlugin adds the following stages to your Limnus application:

Main

  • First: Initial setup tasks.
  • PreUpdate: Tasks to run before the main update loop.
  • Update: Update loop tasks.
  • PostUpdate: Tasks to run after the main update loop.

Fixed Rate

  • FixedFirst: Fixed-rate initial setup tasks.
  • FixedPreUpdate: Fixed-rate tasks before update.
  • FixedUpdate: Fixed-rate update tasks.
  • FixedPostUpdate: Fixed-rate tasks after update.

Render

  • RenderFirst: Rendering setup tasks.
  • RenderPreUpdate: Rendering tasks before update.
  • RenderUpdate: Rendering tasks.
  • RenderPostUpdate: Rendering tasks after update.

📦 Installation

Add limnus-default-stages-plugin to your project’s Cargo.toml:

[dependencies]
limnus-default-stages-plugin = "0.0.20"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 0

cargo fmt