Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting Up the Environment

  1. Create a virtual environment:
    python3 -m venv .venv

`` 2. Activate the virtual environment:

MacOs/Linux:
    source .venv/bin/activate

Windows:

    .venv\Scripts\activate
  1. Install dependencies:
   pip install -r requirements.txt

GUI:

image

About

A Qt(py) based GUI to help interact with the bdsim library which enables modelling and simulation of continuous-time, discrete-time or hybrid dynamic systems. It will allow us to do all of this without having to write in code format.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages