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

fyrox-dylib

Dynamic library for Fyrox Game Engine

2 unstable releases

0.36.0 Feb 5, 2025
0.1.0 May 23, 2024

#2299 in Game dev

Download history 25/week @ 2024-10-27 41/week @ 2024-11-03 25/week @ 2024-11-10 34/week @ 2024-11-17 45/week @ 2024-11-24 38/week @ 2024-12-01 73/week @ 2024-12-08 65/week @ 2024-12-15 41/week @ 2024-12-22 32/week @ 2024-12-29 59/week @ 2025-01-05 48/week @ 2025-01-12 47/week @ 2025-01-19 33/week @ 2025-01-26 208/week @ 2025-02-02 68/week @ 2025-02-09

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

MIT license

3MB
58K SLoC

fyrox-dylib

Dynamic library for Fyrox Game Engine.


lib.rs:

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"

Dependencies

~41–57MB
~1M SLoC