#gui #sound #fyrox #3d #3d-game-engine #graphics #engine #game

fyrox-dylib

Dynamic library for Fyrox Game Engine

3 unstable releases

0.36.2 Feb 27, 2025
0.36.0 Feb 5, 2025
0.1.0 May 23, 2024

#2292 in Game dev

Download history 53/week @ 2025-01-08 50/week @ 2025-01-15 34/week @ 2025-01-22 38/week @ 2025-01-29 228/week @ 2025-02-05 68/week @ 2025-02-12 43/week @ 2025-02-19 212/week @ 2025-02-26 49/week @ 2025-03-05 74/week @ 2025-03-12 47/week @ 2025-03-19 28/week @ 2025-03-26 27/week @ 2025-04-02 78/week @ 2025-04-09 35/week @ 2025-04-16 72/week @ 2025-04-23

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

MIT license

3MB
58K 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

~42–65MB
~1M SLoC