Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pothosware/pothosjava
Java bindings for the Pothos framework
https://github.com/pothosware/pothosjava
dataflow java java-bindings pothos pothos-framework
Last synced: 2 months ago
JSON representation
Java bindings for the Pothos framework
- Host: GitHub
- URL: https://github.com/pothosware/pothosjava
- Owner: pothosware
- License: bsl-1.0
- Created: 2014-05-19T23:21:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T15:53:55.000Z (almost 5 years ago)
- Last Synced: 2023-06-14T02:15:31.783Z (over 1 year ago)
- Topics: dataflow, java, java-bindings, pothos, pothos-framework
- Language: C++
- Homepage: https://github.com/pothosware/PothosJava/wiki
- Size: 75.2 KB
- Stars: 5
- Watchers: 19
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.txt
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
# Java bindings for the Pothos framework
## Documentation
* https://github.com/pothosware/PothosJava/wiki
## Dependencies
* Pothos library
* JAVA JNI development libraries and headers## Building
configure, build, and install with CMake
## Layout
* The root directory contains a Pothos::ProxyEnvironment overload that can call into the Java C API.
## Licensing information
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)