troyedwardsjr / flatbuffers-haxe

Implementation of Google's FlatBuffers for Haxe.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flatbuffers Haxe

A pure haxe implementation and compiler of Google's FlatBuffers in Haxe.

How to install

  haxelib git flatbuffers https://github.com/troyedwardsjr/flatbuffers-haxe.git

or

  haxelib install flatbuffers

How to compile schema to Haxe

  haxelib run flatbuffers [filename]

Current targets:

  • JS
  • C++/Neko
  • Android(Java) (Untested, but should work)
  • AS3 (Untested, but should work)
  • ect.

Currently working:

  • Structs
  • Tables
  • Enums
  • Namespaces
  • RootType
  • Scalar and Non-Scalar Types

MIT LICENSE

About

Implementation of Google's FlatBuffers for Haxe.

License:MIT License


Languages

Language:Haxe 99.9%Language:HTML 0.1%