lellisls / wiRedPanda

Software developed in order to help students to learn about logic circuits.

Home Page:https://wiredpanda.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WiRed Panda

Build Status

WiRed Panda is a free software designed to help students to learn about logic circuits and simulate them in an easy and friendly way.

The main features of the software are:

  • Works on Windows, OSX and Linux (Thanks Qt :D)
  • Real time logic simulation.
  • User-friendly interface.
  • It's intuitive and easy to use.
  • [new] Export your projects to Arduino!

Alt text

Downloads

Compiled binaries for Windows and Ubuntu are availble here.

Building WiRED Panda on your computer:

To compile this software you will need the Qt5.5 Development Environment and the source code of the software.

To compile and install this software on linux, please use the following commands:

git clone https://github.com/GIBIS-UNIFESP/wiRedPanda/
mkdir wiRedPanda/build
cd wiRedPanda/build
qmake ../WPanda.pro
sudo make install

##License This software is licensed under the GNU General Public License, Version 3.0.

See LICENSE for full of the license text.

Copyright (C) 2015 - Davi Morales, Fábio Cappabianco, Lucas Lellis and Rodrigo Torres.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

Software developed in order to help students to learn about logic circuits.

https://wiredpanda.org

License:GNU General Public License v3.0


Languages

Language:C++ 92.5%Language:NSIS 2.7%Language:QMake 2.4%Language:Shell 2.2%Language:Batchfile 0.1%Language:Prolog 0.1%