An open API service indexing awesome lists of open source software.

https://github.com/pera-swarm/pera-swarm

A generalized, efficient, and flexible JavaScript library for creating swarm robotics simulators.
https://github.com/pera-swarm/pera-swarm

iot server swarm-robotics swarm-robotics-simulators

Last synced: about 1 year ago
JSON representation

A generalized, efficient, and flexible JavaScript library for creating swarm robotics simulators.

Awesome Lists containing this project

README

          

# pera-swarm [![npm (scoped)](https://img.shields.io/npm/v/pera-swarm.svg)](https://github.com/Pera-Swarm/pera-swarm/) [![Test](https://github.com/Pera-Swarm/pera-swarm/actions/workflows/npm-test.yml/badge.svg)](https://github.com/Pera-Swarm/pera-swarm/actions/workflows/npm-test.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

A generalized, efficient, and flexible JavaScript library for building swarm robotics simulators.

## Overview
*pera-swarm* is a library for building swarm robotic simulators using *Node.js*. This library provides an extensive number of generalized and abstract implementations for related entities (including entities like robot, sensor, coordinate, etc...) for virtual applications associated with not only swarm robotics, but also multi-robotic experiments as well.

### Usage
#### Installation
Installation done using `npm install` command:
```
$ npm i --save pera-swarm
```

### Documentation

You can find information about *pera-swarm* on the [*Official Documentation Page*](https://pera-swarm.ce.pdn.ac.lk/docs/).

### Licence
This project is licensed under [MIT Licence](https://github.com/Pera-Swarm/pera-swarm/blob/main/LICENSE).