HeapsIO / hxbit

Haxe Binary serialization and network synchronization library
155 stars 30 forks source link

Single precision float #4

Closed dadon closed 7 years ago

dadon commented 7 years ago

Hi, I think that using single precision float for serialization is a little inconvenient when the float in haxe has double precision.

Everything else is awesome, thanks.

ncannasse commented 7 years ago

I'll try to introduce some metadata in order to enable double precision, but it's been designed for games were most of the time single precision is good enough.