BlenderRealtimeEngineAddon icon indicating copy to clipboard operation
BlenderRealtimeEngineAddon copied to clipboard

Force a byte order for the socket API

Open Moguri opened this issue 9 years ago • 0 comments

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.

Moguri avatar Jan 30 '17 22:01 Moguri