#stages #default #limnus #plugin #applications

limnus-default-stages-plugin

creating the default stages

2 releases

0.0.17 Mar 6, 2025
0.0.16 Jan 14, 2025

#4 in #stages

Download history 148/week @ 2025-01-12 29/week @ 2025-01-19 4/week @ 2025-01-26 18/week @ 2025-02-02 9/week @ 2025-02-09 11/week @ 2025-02-16 21/week @ 2025-02-23 215/week @ 2025-03-02 68/week @ 2025-03-09

318 downloads per month
Used in 6 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