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

fyrox-dylib

Dynamic library for Fyrox Game Engine

1 unstable release

0.1.0 May 23, 2024

#2488 in Game dev

Download history 12/week @ 2024-07-29 2/week @ 2024-08-12 2/week @ 2024-08-19 10/week @ 2024-08-26 1/week @ 2024-09-02 7/week @ 2024-09-09 13/week @ 2024-09-16 28/week @ 2024-09-23 17/week @ 2024-09-30 9/week @ 2024-10-07 28/week @ 2024-10-14 16/week @ 2024-10-21 29/week @ 2024-10-28 39/week @ 2024-11-04

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

MIT license

2.5MB
51K 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

~40–59MB
~1M SLoC