(Translated by https://www.hiragana.jp/)
GitHub - snxd/interop-lib: DIRECT client interop interface written in C.
Skip to content

snxd/interop-lib

Repository files navigation

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

Note Please use the branch corresponding to your version of DIRECT.

Requirements

  • CMake 3.15 or higher

Example Interop Libraries

Name Description
simple Create a simple object in native code and interact with it in JavaScript.
steam An interop that provides a JavaScript interface for the Steamworks API.

Additional Resources