Add related projects to README
This commit is contained in:
parent
85e4fe7f20
commit
406a244ed7
15
README.md
15
README.md
@ -1,7 +1,8 @@
|
|||||||
# BazaarRealmClient
|
# BazaarRealmClient
|
||||||
|
|
||||||
A Rust DLL that handles making requests to the `BazaarRealmAPI` web server
|
A Rust DLL that handles making requests to the
|
||||||
for the [`BazaarRealmPlugin`](https://github.com/thallada/BazaarRealmPlugin),
|
[`BazaarRealmAPI`](https://github.com/thallada/BazaarRealmAPI) web server for
|
||||||
|
the [`BazaarRealmPlugin`](https://github.com/thallada/BazaarRealmPlugin),
|
||||||
part of the Bazaar Realm Skyrim mod.
|
part of the Bazaar Realm Skyrim mod.
|
||||||
|
|
||||||
This project is still a bit of a mess at the moment. But, essentially it uses
|
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
|
[cbindgen](https://crates.io/crates/cbindgen) automatically generates the
|
||||||
header file needed for the `BazaarRealmPlugin` (written in C++) to call into
|
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
|
Loading…
Reference in New Issue
Block a user