Skip to content
Snippets Groups Projects
Commit 21762ff8 authored by Petrus Hyvönen's avatar Petrus Hyvönen
Browse files

Added possibility of adding user java code

parent 0a71067b
Branches
Tags
No related merge requests found
......@@ -28,6 +28,7 @@ Each model has advantages and disadvantages.
- Can be tricky to get it to compile (but when it does it is stable)
- Poor docstring support
- Very hard to understand the inner working of the wrapping code
- Need to recompile to add user java code pieces
### JPype Pro's
- Support for docstrings, reasonable rendering of javadoc
......@@ -35,7 +36,7 @@ Each model has advantages and disadvantages.
- Well documented
- Medium hard to understand the wrapping code
- The wrapping is separate from the orekit part, maybe less issues with compiling (using conda)
- Currently high development momentum
- Easy to add user java code pieces as separate jars
- Direct mapping of numpy arrays to java arrays
### JPype Cons
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment