1 unstable release
1.0.0 |
|
---|---|
0.1.0 | Aug 9, 2024 |
#2050 in Game dev
109 downloads per month
Used in i3m
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