Skip to content

GIBIS-UNIFESP/wiRedPanda

Repository files navigation

Leia-me em português. Léame en español.

wiRedPanda GitHub All Releases GitHub release (latest by date) GitHub codecov Translation status

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

The main features of the software are:

  • Works on Windows, macOS and Linux;
  • Real time logic simulation;
  • User-friendly interface;
  • It's intuitive and easy to use;
  • Export your work as an image or a PDF.

Main screen

Downloads

Compiled binaries for Windows, Linux and macOS are available here.

Building

git clone https://github.com/GIBIS-UNIFESP/wiredpanda
mkdir wiredpanda/build
cd wiredpanda/build
qmake ../WPanda.pro
make -j

This process could take a while. Once concluded, the binary will be located at wiredpanda/build/app/wiredpanda, on Linux, and at wiredpanda/build/app/wiredpanda.app/Contents/MacOS/wiredpanda on macOS.

For detailed build instructions, check the BUILD.md or visit the wiki.

Translation

You can help translate wiRedPanda into other languages. We use the Weblate platform to manage translations.

Alternatively, you can also contribute by forking this repository and adding translations manually.

The translations are located in the app/resources/translations directory.

Translation status

Stars

Star History Chart

Packaging status

Licensing

wiRedPanda is licensed under the GNU General Public License, Version 3.0.

See LICENSE for the full license text.

Copyright (C) 2025 - Davi Morales, Fábio Cappabianco, Lucas Lellis, Rodrigo Torres and Vinícius Miguel.

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/>.