bullet3/examples/SharedMemory
erwincoumans 6c9ce344ea fix shadowmap crash on some Intel GPUs, see https://github.com/bulletphysics/bullet3/issues/4
remove targetdir from all libraries in premake, so it is much easier to create a separate folder for all binary+lib
transmit the serialized btMultiBody data back from server to client, after the server loads a URDF file. This includes base+link+joint names
tweak the serialization routines, so it is easier to skip pointers and to serialize directly to a shared memory buffer
also tweak the serialization code to allow to process data without 'DNA' schema data (assuming file-DNA = memory DNA)
2015-07-10 22:20:06 -07:00
..
main.cpp exit gracefully and call destructor of the current active example 2015-05-29 15:04:05 -07:00
PhysicsClient.cpp fix shadowmap crash on some Intel GPUs, see https://github.com/bulletphysics/bullet3/issues/4 2015-07-10 22:20:06 -07:00
PhysicsClient.h added preliminary shared memory physics client/server 2015-05-28 16:05:24 -07:00
PhysicsServer.cpp fix shadowmap crash on some Intel GPUs, see https://github.com/bulletphysics/bullet3/issues/4 2015-07-10 22:20:06 -07:00
PhysicsServer.h added preliminary shared memory physics client/server 2015-05-28 16:05:24 -07:00
PosixSharedMemory.cpp enable posix shared memory on non-Win32 platforms (Linux and Mac) for example browser 2015-05-30 20:32:29 -07:00
PosixSharedMemory.h added preliminary shared memory physics client/server 2015-05-28 16:05:24 -07:00
premake4.lua some work towards streaming Bullet data over shared memory for client/server 2015-07-09 14:04:58 -07:00
SharedMemoryCommands.h some work towards streaming Bullet data over shared memory for client/server 2015-07-09 14:04:58 -07:00
SharedMemoryCommon.h add missing files 2015-05-29 15:38:32 -07:00
SharedMemoryInterface.h some work towards streaming Bullet data over shared memory for client/server 2015-07-09 14:04:58 -07:00
Win32SharedMemory.cpp add Windows version of shared memory, very basic implementation (only allows one single allocation) 2015-06-04 15:37:18 -07:00
Win32SharedMemory.h add Windows version of shared memory, very basic implementation (only allows one single allocation) 2015-06-04 15:37:18 -07:00