You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
This game looks pretty interesting. However, I'm familiar with neither rust nor javascript. It seems there are libraries to generate java source for an ATC client. It would be convenient if ATC offered either a build script to generate these, so potential players needn't learn enough about protoc to compile their own. It would be wonderful if ATC uploaded a jar to a public repository, like maven central, that java proficient players could depend on directly.
I recognize that the current ATC team might not have resources to focus on providing a java sdk and example. So, I've offered a pull request #173 that should provide both. I apologize that I didn't add an issue first, I do know better.
The text was updated successfully, but these errors were encountered:
Nzen
added a commit
to Nzen/auto-traffic-control
that referenced
this issue
Aug 21, 2022
This adds a github workflow to compile the java sdk submodule.
It does not yet publish the proto jar for vetting the example
code yet. Indirectly validated by running
https://github.com/Nzen/mmfimf/actions/runs/2896101303 .
Nzen
added a commit
to Nzen/auto-traffic-control
that referenced
this issue
Aug 21, 2022
This game looks pretty interesting. However, I'm familiar with neither rust nor javascript. It seems there are libraries to generate java source for an ATC client. It would be convenient if ATC offered either a build script to generate these, so potential players needn't learn enough about protoc to compile their own. It would be wonderful if ATC uploaded a jar to a public repository, like maven central, that java proficient players could depend on directly.
I recognize that the current ATC team might not have resources to focus on providing a java sdk and example. So, I've offered a pull request #173 that should provide both. I apologize that I didn't add an issue first, I do know better.
The text was updated successfully, but these errors were encountered: