An open API service indexing awesome lists of open source software.

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.

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/)