Registered by Steve Dodier-Lazaro

Repository for the work-in-progress prototype of SODA CD.

Two of the three people involved have moved to different companies, and the third is busy running a large scale research project, which essentially makes SODA CD dead as of today. Anybody is free to look at it for inspiration and building upon.

However, this implementation should be considered as one made to prove the feasibility of something, not for production purposes. It has been mainly developed by somebody who had zero experience of virtual reality and 3D rendering, hence it is probably too slow to render actual scenes at a decent framerate.

# Scalability-Oriented Distributed Anticipative Collision Detection
SODA CD is a collision detection framework designed to run on entirely distributed systems, where rendering is performed by one or more host(s) at a clock independent from the one used by nodes of the system to compute collisions.

SODA CD both demonstrates the feasibility of actually distributed collision detection and the utility of anticipation buffers for complex scenes (and not only for particle simulations). It does not perform distributed collision handling or rendering.

# Physical Environment Parallel Scalable Interactive simulator
The PEPSI's prototype is developed for demonstration purposes, not designed *at all* to be efficient performance-wise! It is written in C++, and uses Qt, Ogre 3D and Bullet as dependencies. It has been developed within Inria/IRISA VR4i (closed, now Inria/IRISA Hybrid) by Steve Dodier-Lazaro, reusing code from Quentin Avril, under the supervision of the latter and Valérie Gouranton.

To build PEPSI's, you will need the following dependencies installed: Qt, Bullet Physics, Ogre 3D, Blitz++, Boost, Qxt. The libraries and include files of all dependencies should be reachable by Qt Creator. If one of them is missing, please edit the .pro file attached to this project, and set INCLUDEPATH and LIBS to appropriate values. Please use qmake and then make to build PEPSI's outside of Qt Creator. You may need to modify your LD_LIBRARY_PATH environment variable at runtime to be able to run the application.

Note that the Blitz++ Fedora 16 package misses some code headers, and you may need to manually install them to build PEPSI's.

Project information

Licence:
GNU GPL v3

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
C++,Qt

Get Involved

  • warning
    Report a bug
  • warning
    Ask a question
  • warning
    Help translate

Downloads

SODA Collision Detection does not have any download files registered with Launchpad.