This project implements the C++ interface of the Lagrange.Core.NativeAPI ABI, and encapsulates and integrates exported interface to make it easy to use.
Due to author's skill, this project supports Win32 platform only.
Step1. Download and extract the latest version, and place it in the Include or preferred path of the project.
Step2. Download and place Lagrange.Core.NativeAPI.dll from LagrangeDev/LagrangeV2 in the root of project.
Then, have fun. :)
Todo..., There is long to go
This unofficial project is affiliated with the Lagrange project, which means that the disclaimer of this project is consistent with that of LagrangeDev/LagrangeV2 and there is no deviation..
-
Thanks to the Lagrange project for providing the
Lagrange.Core.NativeAPI.dlland the C++ ABI, which is the basis of this project. -
Thanks to nlohmann's JSON (MIT License) for providing function of parsing keystore file.
-
Thanks to spdlog (MIT License) for providing a simple and easy-to-use logging library.
I modified the import method of the header file inside to integrate it into the project according to the relative path in order to better integrate it into the project
This project is open source under the GPL-3.0 license, which means you only need to declare the license and attach the link to this project where appropriate.

