Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 820 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 820 Bytes

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