项目作者: shreshthtuli

项目描述 :
Starling Flock Simulator (Qt and OpenGL)
高级语言: QMake
项目地址: git://github.com/shreshthtuli/FlockSim.git
创建时间: 2018-04-07T13:55:26Z
项目社区:https://github.com/shreshthtuli/FlockSim

开源协议:Apache License 2.0

下载


Starlings Murmuration Simulation Software

This repository holds the mathematical model and source files of an Starlings Murmuration Simulation software as a part of COP290 Course at IIT Delhi.
Team Members: Shreshth Tuli (2016CS10680), Sankalan Pal Chowdhury (2016CS10701)

Aim

The package is supposed to have the following functionalities:

  1. We should be able to interactively add New Starlings to a Flock with variable attributes
  2. Given a Flock, we should be able to simulate their movement vis-a-vis various Internal
  3. and External Forces.
  4. We should also be able to calculate the instantaneous power and force on each Starling,
  5. and check if these values are in a sane range to prove the correctness of our simulation

Screenshot

Structure

The package structure for the software package is as follows:

FlockSim

|

|-> bin

|-> release

|-> doc

|-> forms

|-> include

|-> screen

|-> src

|-> lib

|-> conf

|-> features

|-> modules

|-> Plugins

|-> Win32

Following is the description of the directories:

  1. bin : Object files for the executable
  2. release : Contains the main executable
  3. doc : Documentation and related files
  4. forms : Contains the form descriptors for UI purposes
  5. include : Contains all header files for the project
  6. screen : some screens showing different features
  7. src : source (C++, XML) files developed for the software
  8. lib : contains standard libraries of OpenGL and Qt for UI

Qt and OpenGL

The Model has been developed using Qt and OpenGL libraries. These are not required to be installed, as the executable is statically linked and deployment ready. This is not a cross-platform software and is built to run on Windows.

Compilation and execution instructions

In the top directory run:

  1. make

(In case this does not work, statically linked executable in Release directory can be used)