https://github.com/xframes-project/xframes-shared-c-library
A simple C library to enable other languages to use XFrames
https://github.com/xframes-project/xframes-shared-c-library
c
Last synced: 8 months ago
JSON representation
A simple C library to enable other languages to use XFrames
- Host: GitHub
- URL: https://github.com/xframes-project/xframes-shared-c-library
- Owner: xframes-project
- License: mit
- Created: 2024-11-27T09:14:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T10:16:03.000Z (about 1 year ago)
- Last Synced: 2025-02-03T13:14:20.320Z (about 1 year ago)
- Topics: c
- Language: C++
- Homepage:
- Size: 7.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xframes-shared-c-library
Looking to integrate this a JVM language? Have a look at the [JNI project](https://github.com/xframes-project/xframes-jni-library).
## Building
### Windows (VS 2022)
`cmake --build ./build -- /property:Configuration=Release`
### Raspberry Pi
- `export VCPKG_FORCE_SYSTEM_BINARIES=1`
- `export ARM64_LINUX=1`
### RISC-V (Linux)
- `export VCPKG_FORCE_SYSTEM_BINARIES=1`
- `export RISCV64_LINUX=1`
## Screenshots
### Windows 11

### Ubuntu x64 (WSL2)
