Skip to content

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.

Notifications You must be signed in to change notification settings

Ivan825/BDSIMGUI

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages