Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 257 Bytes

File metadata and controls

15 lines (13 loc) · 257 Bytes

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