Giter VIP home page Giter VIP logo

flocksim's Introduction

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:

We should be able to interactively add New Starlings to a Flock with variable attributes
Given a Flock, we should be able to simulate their movement vis-a-vis various Internal
and External Forces.
We should also be able to calculate the instantaneous power and force on each Starling,
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:

bin : Object files for the executable
release : Contains the main executable 
doc : Documentation and related files
forms : Contains the form descriptors for UI purposes
include : Contains all header files for the project
screen : some screens showing different features
src : source (C++, XML) files developed for the software
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:

make

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

flocksim's People

Contributors

sankalanpalchowdhury avatar shreshthtuli avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.