mzaks / FlatBuffersSwift

This project brings FlatBuffers (an efficient cross platform serialization library) to Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java source

jnordberg opened this issue · comments

Is the java source available somewhere? I was going to have a stab at #10 but don't see where to start

Have a look here https://github.com/mzaks/FlatBuffersSchemaEditor

It is a Xtext based project, let me know if you need some getting started help.

Thanks, I managed to get it up and running, I'll create a PR over there with my attempt at implementing the required attribute.