Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimulIDE

Electronic Circuit Simulator

SimulIDE is a simple real time electronic circuit simulator.

It's intended for general purpose electronics and microcontroller simulation, supporting PIC, AVR and Arduino.

This is not an accurate simulator for circuit analisis, it aims to be the fast, simple and easy to use, so this means simple and not very accurate electronic models and limited features.

Intended for hobbist or students to learn and experiment with simple circuits.

SimulIDE also features a code Editor and Debugger. Editor/Debugger is still in it's firsts stages of development, with basic functionalities, but it is possible to write, compile and basic debugging with breakpoints, watch registers and global variables.

Building SimulIDE:

Build dependencies:

  • Qt6 dev packages
  • Qt6Core
  • Qt6Gui
  • Qt6Xml
  • Qt6Widgets
  • Qt6Concurrent
  • Qt6svg dev
  • Qt6 Multimedia dev
  • Qt6 Serialport dev
  • Qt6 qmake

Once installed go to build_XX folder, then:

$ qmake
$ make

In folder build_XX/executables/SimulIDE_x.x.x you will find executable and all files needed to run SimulIDE.

Running SimulIDE:

Run time dependencies:

  • Qt6Core
  • Qt6Gui
  • Qt6Xml
  • Qt6svg
  • Qt6Widgets
  • Qt6Concurrent
  • Qt6 Multimedia
  • Qt6 Multimedia Plugins
  • Qt6 Serialport

No need for installation, place SimulIDE folder wherever you want and run the executable.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages