Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial Java API #316

Merged
merged 50 commits into from
May 18, 2023
Merged

Add initial Java API #316

merged 50 commits into from
May 18, 2023

Conversation

jonmmease
Copy link
Collaborator

@jonmmease jonmmease commented May 17, 2023

This PR adds an initial Java/JVM API to VegaFusion. This is done in vegafusion-jni using the jni-rs crate to wrap part of the VegaFusionRuntime API as a JNI shared library. This shared library is loaded by the pure-Java logic in the java/ directory.

In parallel, I got the io.vegafusion Maven Central group configured so that we can publish this to Maven Central (See https://central.sonatype.com/artifact/io.vegafusion/vegafusion/).

@jonmmease jonmmease marked this pull request as draft May 17, 2023 12:41
@jonmmease jonmmease changed the title WIP: Java API Add initial Java API May 18, 2023
@jonmmease jonmmease marked this pull request as ready for review May 18, 2023 17:09
@jonmmease jonmmease merged commit 451a820 into main May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant