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

https://github.com/xframes-project/xframes-jni-library

A simple JNI library to enable JVM languages to use XFrames
https://github.com/xframes-project/xframes-jni-library

Last synced: 3 months ago
JSON representation

A simple JNI library to enable JVM languages to use XFrames

Awesome Lists containing this project

README

        

# xframes-jni-library

## Building the JNI DLL

(You need to open a developer prompt on Windows)

- `cd native`
- `cmake -S . build`
- `cmake --build build`