From 21cc8555b5ce6c38ee6924fa5e6f48b551c035c2 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 3 Dec 2021 09:28:40 +0100 Subject: [PATCH] git: Updated readme with new plugin templates and documentation page --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff833668d..031d3d3f0 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,13 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o ## Pattern Language -The custom C-like Pattern Language developed and used by ImHex is easy to read, understand and learn. A guide with all features of the language can be found [in the wiki](https://github.com/WerWolv/ImHex/wiki/Pattern-Language-Guide) or a simpler version in ImHex under `Help -> Pattern Language Cheat Sheet` +The custom C-like Pattern Language developed and used by ImHex is easy to read, understand and learn. A guide with all features of the language can be found [on the docs page](http://imhex.werwolv.net/docs). + +## Plugin development + +To develop plugins for ImHex, use one of the following two templates projects to get startet. You then have access to the entirety of libimhex as well as the ImHex API and the Content Registry to interact with ImHex or to add new content. +- [C++ Plugin Template](https://github.com/WerWolv/ImHex-Cpp-Plugin-Template) +- [Rust Plugin Template](https://github.com/WerWolv/ImHex-Rust-Plugin-Template) ## Additional Files