Add related projects to README

This commit is contained in:
Tyler Hallada 2020-10-12 21:14:00 -04:00
parent 85e4fe7f20
commit 406a244ed7

View File

@ -1,7 +1,8 @@
# BazaarRealmClient
A Rust DLL that handles making requests to the `BazaarRealmAPI` web server
for the [`BazaarRealmPlugin`](https://github.com/thallada/BazaarRealmPlugin),
A Rust DLL that handles making requests to the
[`BazaarRealmAPI`](https://github.com/thallada/BazaarRealmAPI) web server for
the [`BazaarRealmPlugin`](https://github.com/thallada/BazaarRealmPlugin),
part of the Bazaar Realm Skyrim mod.
This project is still a bit of a mess at the moment. But, essentially it uses
@ -12,4 +13,12 @@ when the API server is unavailable.
[cbindgen](https://crates.io/crates/cbindgen) automatically generates the
header file needed for the `BazaarRealmPlugin` (written in C++) to call into
this DLL.
this DLL.
Related projects:
* [`BazaarRealmAPI`](https://github.com/thallada/BazaarRealmAPI): API server
for the mod that stores all shop data and what this client talks to
* [`BazaarRealmPlugin`](https://github.com/thallada/BazaarRealmPlugin): SKSE
plugin for the mod that modifies data within the Skyrim game engine and calls
the methods in this client