-
ImHex-Cpp-Plugin-Template is two versions behind, ImHex-Rust-Plugin-Template even more. I understand that updating plugin templates is low priority for this project, but considering fast development pace, it should be possible to build plugins using main repository code, right? Could someone provide instructions on how to do it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey If you start developing a plugin directly in the main repository, you will be forced to update the whole thing and do a bunch of copy-pasting every time I update ImHex which probably isn't what you want. |
Beta Was this translation helpful? Give feedback.
Hey
The templates are specifically made to make plugin development easier. If I haven't updated the templates myself yet, all you need to do is clone the repo and update the ImHex submodule in there. Everything else should just work.
The Rust template is much further behind because nobody ever put the work into making a nice Rust <-> C++ interface for it so there's not a ton you can do in Rust anyways. The C++ template however is fine.
If you start developing a plugin directly in the main repository, you will be forced to update the whole thing and do a bunch of copy-pasting every time I update ImHex which probably isn't what you want.