Kupoman / BlenderRealtimeEngineAddon

An addon to allow external real time engines (e.g. game engines) to use Blender as an editor and allow for closer integration.
MIT License
46 stars 13 forks source link

Force a byte order for the socket API #12

Open Moguri opened 7 years ago

Moguri commented 7 years ago

At the moment, brte's socket API (ExternalProcessor) uses native byte order as described here. We should pick a byte order and force all data over the socket to use it. This will increase compatibility if brte and the external process are ever run on different machines that also have different endianness.