boids

Animates a flock of boids

https://github.com/jscott6/boids

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

Animates a flock of boids

Basic Info
  • Host: GitHub
  • Owner: jscott6
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 69.3 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 9 years ago · Last pushed over 9 years ago
Metadata Files
Readme License Citation

README.md

boids

This packages simulates a flock of boids of an arbitrary size. The code is based on a 1986 paper by Craig Reynolds, and is adapted from the MPHYG001 lecture notes, written by James Hetherington. These notes can be found at http://github-pages.ucl.ac.uk/rsd-engineeringcourse.

Installation

The package can be installed using pip from the command line. The required command is:

pip install git+git://github.com/jscott6/boids

Usage

The program may be invoked via the command line as follows:

boids --size 100

This will result in a simulation of a flock of boids. The 'size' switch determines the number of boids in the flock.

Owner

  • Name: James Scott
  • Login: jscott6
  • Kind: user
  • Location: London
  • Company: Imperial College London

PhD Student in Department of Mathematics, Imperial College London

Citation (CITATION.md)

#citations

In developing this code, I have used the following URL for reference:

> http://development.rc.ucl.ac.uk/training/engineering

In particular I have used the MPHYG001 notes of James Hetherington.

In addition, the program is based on the 1986 Artificial life paper of Craig Reynolds. More details on this may be found at:

> http://www.red3d.com/cwr/boids/

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Boids.egg-info/requires.txt pypi
  • argparse *
setup.py pypi
  • argparse *