Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atsushieno/xamarin-javacpp-binding
javacpp and javacpp-presets bindings for Xamarin
https://github.com/atsushieno/xamarin-javacpp-binding
android binding java javacpp xamarin
Last synced: 6 days ago
JSON representation
javacpp and javacpp-presets bindings for Xamarin
- Host: GitHub
- URL: https://github.com/atsushieno/xamarin-javacpp-binding
- Owner: atsushieno
- Created: 2016-11-04T05:34:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T05:34:32.000Z (about 8 years ago)
- Last Synced: 2024-11-09T20:20:24.316Z (2 months ago)
- Topics: android, binding, java, javacpp, xamarin
- Language: C#
- Size: 1.39 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
What is this?
=============[JavaCPP](https://github.com/bytedeco/javacpp) and [JavaCPP-Presets](https://github.com/bytedeco/javacpp-presets)
bindings for Xamarin. C++->Java->C# fun!(No, CppSharp should be your friend; it is there for my javacpp experiments
and existing bindings to those C++ libraries.)This repository contains various jar files built by [javacpp-presets](https://github.com/bytedeco/javacpp-presets)
and its subsequent maven repository pulls.
For the record, I built rev. `2549a7d` with:ANDROID_NATIVE_API_LEVEL=9 ANDROID_NDK=~/android-ndk-r13/ mvn clean install -Djavacpp.platform=android-x86 -Djavacpp.platform.root=/home/atsushi/android-ndk-r13/ -Djavacpp.platform.compiler=/home/atsushi/android-ndk-r13/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-g++ -X
LICENSE
=======For all those javacpp/javacpp-presets and subsequent dependencies, check
each license terms.Sources in this Xamarin binding project are under the MIT License.