#plugin #stage

limnus-default-stages-plugin

creating the default stages

2 releases

0.0.17 Mar 6, 2025
0.0.16 Jan 14, 2025

#7 in #stage

Download history 74/week @ 2025-01-08 93/week @ 2025-01-15 12/week @ 2025-01-22 5/week @ 2025-01-29 19/week @ 2025-02-05 10/week @ 2025-02-12 9/week @ 2025-02-19 70/week @ 2025-02-26 207/week @ 2025-03-05 49/week @ 2025-03-12 17/week @ 2025-03-19 71/week @ 2025-03-26

363 downloads per month
Used in 9 crates (2 directly)

MIT license

21KB
329 lines

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.17"

License

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

Dependencies

~0.5–1MB
~21K SLoC