7 releases (2 stable)

1.0.1 Mar 28, 2026
1.0.0 Mar 24, 2026
1.0.0-rc.2 Feb 9, 2026
1.0.0-rc.1 Oct 21, 2025
0.1.0 May 23, 2024

#1940 in Game dev

Download history 2/week @ 2025-12-14 6/week @ 2025-12-21 3/week @ 2025-12-28 4/week @ 2026-01-11 4/week @ 2026-01-18 2/week @ 2026-01-25 1/week @ 2026-02-01 4/week @ 2026-02-15 5/week @ 2026-02-22 8/week @ 2026-03-01 129/week @ 2026-03-08 137/week @ 2026-03-15 180/week @ 2026-03-22 135/week @ 2026-03-29

585 downloads per month
Used in 2 crates (via fyrox)

MIT license

3MB
60K SLoC

A crate that allows using Fyrox as a dynamically linked library. It could be useful for fast prototyping, that can save some time on avoiding potentially time-consuming static linking stage.

The crate just re-exports everything from the engine, and you can use it as Fyrox. To use the crate all you need to do is re-define fyrox dependency in your project like so:

[dependencies.fyrox]
version = "0.1.0"
registry = "fyrox-dylib"
package = "fyrox-dylib"

You can also use the latest version from git:

[dependencies.fyrox]
git = "https://github.com/FyroxEngine/Fyrox"
package = "fyrox-dylib"

fyrox-dylib

Dynamic library for Fyrox Game Engine.

Dependencies

~66–95MB
~1.5M SLoC