Download List

项目描述

PEDSIM is a microscopic pedestrian crowd simulation system. The PEDSIM library allows you to use pedestrian dynamics in your own software. Based on pure C++/STL without additional packages, it runs on virtually every operating system. The PEDSIM Demo Application (Qt) gives you a quick overview of the capabilities, and is a starting point for your own experiments. PEDSIM is suitable for use in crowd simulations (e.g. indoor evacuation simulation, large scale outdoor simulations), where one is interested in output like pedestrian density or evacuation time. The quality of the individual agent's trajectory is high, PEDSIM can be used for creating massive pedestrian crowds in movies. Since libpedsim is easy to use and extend, it is a good starting point for science projects.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-07 08:46
2.2

在场景中代理的空间表示现在是使用四叉树。如果有多个代理,这可以提高性能。它现在也是可能在配置文件中定义的模拟方案。一种简单的 XML 语法定义的障碍/墙壁、 代理和航点。
标签: demoapp, libpedsim
The spatial representation of the agents in the scene is now done using a quadtree. This improves performance if there are many agents. It is now also possible to define the scenario of the simulation in a config file. A simple XML syntax defines obstacles/walls, agents, and waypoints.

2012-01-21 11:04
2.1

PEDSIM 项目被分隔成一个图书馆和一个演示应用程序。图书馆 (libpedsim) 现在可以用于包括行人动态到任何用户应用程序。演示应用程序可以用于小行人的研究,并作为关于如何使用 libpedsim 的一个例子。
标签: library/app separation
The PEDSIM project was separated into a library and a demo application. The library (libpedsim) can now be used to include pedestrian dynamics into any user application. The demo application can be used for small pedestrian studies, and serves as an example about how to use libpedsim.

2004-02-28 13:08
0.99

标签: Initial freshmeat announcement

Project Resources