Simple simba plugin example in c++ and rust. Useful to be used as a template quick template for a plugin. Should work for both Simba 1.4 and Simba 2.0
Build C++ plugin:
cd cpp
cmake ..
cmake --build .
Build rust plugin:
cd rust
cargo build
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple simba plugin example in c++ and rust. Useful to be used as a template quick template for a plugin. Should work for both Simba 1.4 and Simba 2.0
Build C++ plugin:
cd cpp
cmake ..
cmake --build .
Build rust plugin:
cd rust
cargo build