2015-12-04 04:30:54 +00:00
|
|
|
Platform / Language / Feature support {#flatbuffers_support}
|
|
|
|
=====================================
|
2015-08-12 19:05:55 +00:00
|
|
|
|
|
|
|
FlatBuffers is actively being worked on, which means that certain platform /
|
|
|
|
language / feature combinations may not be available yet.
|
|
|
|
|
|
|
|
This page tries to track those issues, to make informed decisions easier.
|
|
|
|
In general:
|
|
|
|
|
|
|
|
* Languages: language support beyond the ones created by the original
|
|
|
|
FlatBuffer authors typically depends on community contributions.
|
|
|
|
* Features: C++ was the first language supported, since our original
|
|
|
|
target was high performance game development. It thus has the richest
|
|
|
|
feature set, and is likely most robust. Other languages are catching up
|
|
|
|
however.
|
|
|
|
* Platforms: All language implementations are typically portable to most
|
|
|
|
platforms, unless where noted otherwise.
|
|
|
|
|
|
|
|
NOTE: this table is a start, it needs to be extended.
|
|
|
|
|
2016-04-07 16:52:00 +00:00
|
|
|
Feature | C++ | Java | C# | Go | Python | JS | C | PHP | Ruby
|
|
|
|
------------------------------ | ------ | ------ | ------ | ------ | ------ | --------- | ------ | --- | ----
|
|
|
|
Codegen for all basic features | Yes | Yes | Yes | Yes | Yes | Yes | Yes | WiP | WiP
|
|
|
|
JSON parsing | Yes | No | No | No | No | No | Yes | No | No
|
|
|
|
Simple mutation | Yes | WIP | WIP | No | No | No | No | No | No
|
|
|
|
Reflection | Yes | No | No | No | No | No | Basic | No | No
|
|
|
|
Buffer verifier | Yes | No | No | No | No | No | Yes | No | No
|
|
|
|
Testing: basic | Yes | Yes | Yes | Yes | Yes | Yes | Yes | ? | ?
|
|
|
|
Testing: fuzz | Yes | No | No | Yes | Yes | No | No | ? | ?
|
|
|
|
Performance: | Superb | Great | Great | Great | Ok | ? | Superb | ? | ?
|
|
|
|
Platform: Windows | VS2010 | Yes | Yes | ? | ? | ? | VS2010 | ? | ?
|
|
|
|
Platform: Linux | GCC282 | Yes | ? | Yes | Yes | ? | Yes | ? | ?
|
|
|
|
Platform: OS X | Xcode4 | ? | ? | ? | Yes | ? | Yes | ? | ?
|
|
|
|
Platform: Android | NDK10d | Yes | ? | ? | ? | ? | ? | ? | ?
|
|
|
|
Platform: iOS | ? | ? | ? | ? | ? | ? | ? | ? | ?
|
|
|
|
Engine: Unity | ? | ? | Yes | ? | ? | ? | ? | ? | ?
|
|
|
|
Primary authors (github) | gwvo | gwvo | ev*/js*| rw | rw | evanw/ev* | mik* | ch* | rw
|
2015-08-12 19:05:55 +00:00
|
|
|
|
2015-08-14 21:07:54 +00:00
|
|
|
* ev = evolutional
|
|
|
|
* js = jonsimantov
|
2015-11-10 01:23:32 +00:00
|
|
|
* mik = mikkelfj
|
|
|
|
* ch = chobie
|
2015-12-04 04:30:54 +00:00
|
|
|
|
|
|
|
<br>
|