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.
- Host: GitHub
- URL: https://github.com/osava-nsit/osava
- Owner: osava-nsit
- License: apache-2.0
- Created: 2017-02-05T12:04:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T20:20:02.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T09:18:48.502Z (13 days ago)
- Topics: algorithm-visualizer, android-app, kivy, kivy-framework, operating-system, python, visualization
- Language: Python
- Homepage:
- Size: 2.11 MB
- Stars: 33
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.