https://github.com/snxd/interop-lib
DIRECT client interop interface written in C.
https://github.com/snxd/interop-lib
client direct interop library
Last synced: about 2 months ago
JSON representation
DIRECT client interop interface written in C.
- Host: GitHub
- URL: https://github.com/snxd/interop-lib
- Owner: snxd
- Created: 2022-08-08T23:18:57.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2026-04-25T20:24:55.000Z (about 2 months ago)
- Last Synced: 2026-04-25T22:30:10.667Z (about 2 months ago)
- Topics: client, direct, interop, library
- Language: C
- Homepage: https://solidstatenetworks.com
- Size: 175 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Interop Interface Library for DIRECT 7.0
This repository contains the DIRECT client interoperability interface library. It allows you to create native code extensions that are run by the DIRECT client.
[Read the Documentation](docs/README.md)
> **Note**
> Please use the branch corresponding to your version of DIRECT.
### Requirements
* CMake 3.15 or higher
### Example Interop Libraries
|Name|Description|
|-|:-|
|[simple](https://github.com/snxd/interop-simple)|Create a simple object in native code and interact with it in JavaScript.|
|[steam](https://github.com/snxd/interop-steam)|An interop that provides a JavaScript interface for the Steamworks API.|
### Additional Resources
* [Support Portal](https://support.solidstatenetworks.com/)
* [Solid State Networks](https://www.solidstatenetworks.com/)