javacpp | Clone of http : //code.google.com/p/javacpp/
kandi X-RAY | javacpp Summary
kandi X-RAY | javacpp Summary
javacpp is a Java library. javacpp has no bugs, it has no vulnerabilities, it has build file available, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
==Introduction== JavaCPP provides efficient access to native C++ inside Java, not unlike the way some C/C++ compilers interact with assembly language. No need to invent new languages such as [C++/CLI] or [Cython]. Under the hood, it uses JNI, so it works with all Java implementations, [#Instructions_for_Android including Android]. In contrast to other approaches ([SWIG], [CableSwig], [JNIGeneratorApp], [JNIWrapper], [Platform Invoke], [GlueGen], [JNIDirect], [JNA], [JNIEasy], [JniMarshall], [JNative], [J/Invoke], [HawtJNI], [BridJ], etc.), it supports naturally and efficiently many features of the C++ language often considered problematic, including overloaded operators, template classes and functions, member function pointers, callback functions, functors, nested struct definitions, variable length arguments, nested namespaces, large data structures containing arbitrary cycles, multiple inheritance, passing/returning by value/reference/vector, anonymous unions, bit fields, exceptions, destructors and garbage collection. Obviously, neatly supporting the whole of C++ would require more work (although one could argue about the intrinsic neatness of C++), but I am releasing it here as a proof of concept. I have already used it to produce complete interfaces to OpenCV, FFmpeg, libdc1394, PGR FlyCapture, OpenKinect, videoInput, and ARToolKitPlus as part of [JavaCV].
==Introduction== JavaCPP provides efficient access to native C++ inside Java, not unlike the way some C/C++ compilers interact with assembly language. No need to invent new languages such as [C++/CLI] or [Cython]. Under the hood, it uses JNI, so it works with all Java implementations, [#Instructions_for_Android including Android]. In contrast to other approaches ([SWIG], [CableSwig], [JNIGeneratorApp], [JNIWrapper], [Platform Invoke], [GlueGen], [JNIDirect], [JNA], [JNIEasy], [JniMarshall], [JNative], [J/Invoke], [HawtJNI], [BridJ], etc.), it supports naturally and efficiently many features of the C++ language often considered problematic, including overloaded operators, template classes and functions, member function pointers, callback functions, functors, nested struct definitions, variable length arguments, nested namespaces, large data structures containing arbitrary cycles, multiple inheritance, passing/returning by value/reference/vector, anonymous unions, bit fields, exceptions, destructors and garbage collection. Obviously, neatly supporting the whole of C++ would require more work (although one could argue about the intrinsic neatness of C++), but I am releasing it here as a proof of concept. I have already used it to produce complete interfaces to OpenCV, FFmpeg, libdc1394, PGR FlyCapture, OpenKinect, videoInput, and ARToolKitPlus as part of [JavaCV].
Support
Quality
Security
License
Reuse
Support
javacpp has a low active ecosystem.
It has 1 star(s) with 0 fork(s). There are 3 watchers for this library.
It had no major release in the last 6 months.
javacpp has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of javacpp is current.
Quality
javacpp has no bugs reported.
Security
javacpp has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
javacpp is licensed under the GPL-2.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
javacpp releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed javacpp and discovered the below as its top functions. This is intended to give you an instant insight into javacpp implemented functionality, and help decide if they suit your requirements.
- Execute MoCP
- Defines the classes
- Process a callback method
- Get information about a method
- Main entry point
- Print help
- Set a property value
- Initialize this reference object
- Sets the deallocator
- Puts a pointer into this buffer
- Puts a string into the buffer
- Main entry point for testing
- Set the pointer to zero
- Puts a string into the buffer at the specified encoding
- Fills the stream
- Compares this object to another pointer
Get all kandi verified functions for this library.
javacpp Key Features
No Key Features are available at this moment for javacpp.
javacpp Examples and Code Snippets
No Code Snippets are available at this moment for javacpp.
Community Discussions
No Community Discussions are available at this moment for javacpp.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install javacpp
You can download it from GitHub.
You can use javacpp like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the javacpp component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use javacpp like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the javacpp component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page