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
- Host: GitHub
- URL: https://github.com/xframes-project/xframes-jni-library
- Owner: xframes-project
- License: mit
- Created: 2024-12-01T09:32:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T21:10:27.000Z (7 months ago)
- Last Synced: 2025-02-03T13:14:28.165Z (5 months ago)
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`