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

https://github.com/osava-nsit/osava

An application to visualize different operating system algorithms.
https://github.com/osava-nsit/osava

algorithm-visualizer android-app kivy kivy-framework operating-system python visualization

Last synced: 13 days ago
JSON representation

An application to visualize different operating system algorithms.

Awesome Lists containing this project

README

        

# :computer: OSAVA - Operating System Algorithms Visualization App

### Table of Contents
1. [About](#about)
2. [Download](#download)
3. [Description](#description)
3. [Quick Start](#quick-start)
5. [Screenshots](#screenshots)
6. [License](#license)

## About

OSAVA is an application that allows users to visualize various Operating System algorithms.

## Download

OSAVA Android: https://play.google.com/store/apps/details?id=org.nsit.osava

OSAVA Windows: https://github.com/osava-nsit/osava/releases/latest

## Description

The Operating System Algorithms Visualization App has been developed to help students learn the different types of algorithms used in operating systems. Standard versions of the algorithms, as given in Silberschatz et al. (2012), have been followed.

The different variants and all parameters of the algorithms have been considered. The visualizations follow the concepts and notations used in Silberschatz et al. (2012). The user interface of the app has been kept simple and interactive.

The application is available for both Desktop and Android.

## Quick Start

* Install Kivy - https://kivy.org/docs/gettingstarted/installation.html

* Clone the repository

```bash
$ git clone https://github.com/osava-nsit/osava.git
```

* Run the app

###### Windows/Linux:

```bash
$ python main.py
```

###### MacOS:

```bash
$ kivy main.py
```

* You can turn on DEBUG mode to run the app with test input data by updating the `DEBUG_MODE` flag in `common.py`.

## Screenshots

See [SCREENSHOTS.md](SCREENSHOTS.md).

## Developers
This project is developed and activetly maintained by Udit Arora, Namrata Mukhija, and Priyanka Singla. For any queries/questions or help, please drop an email to [email protected] or [email protected].

## License

OSAVA is licensed under Apache 2.0 license. See [LICENSE.md](https://github.com/osava-nsit/osava/blob/master/LICENSE.md) for more details.