Skip to content

How to build custom plugin without using template code from separate repository? #681

Answered by WerWolv
joshas asked this question in Get Help
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@joshas
Comment options

@joshas
Comment options

@WerWolv
Comment options

@joshas
Comment options

Answer selected by WerWolv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants