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

yanked i3m-dylib

Dynamic library for IThreeM Game Engine

1 unstable release

1.0.0 Aug 6, 2024
0.1.0 Aug 9, 2024

#2050 in Game dev

Download history 251/week @ 2024-08-05 1/week @ 2024-08-12 109/week @ 2024-10-14

109 downloads per month
Used in i3m

MIT license

3KB

i3m-dylib

Dynamic library for IThreeM Game Engine.


lib.rs:

A crate that allows using IThreeM 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 IThreeM. To use the crate all you need to do is re-define i3m dependency in your project like so:

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

You can also use the latest version from git:

[dependencies.i3m]
git = "https://github.com/IThreeM/I3M-Engine-Core"
package = "i3m-dylib"

Dependencies

~43–62MB
~1M SLoC