WiRedPanda
Software developed in order to help students learn about logic circuits.
Install / Use
/learn @GIBIS-UNIFESP/WiRedPandaREADME
Leia-me em português. Léame en español.
wiRedPanda
<a href="https://hosted.weblate.org/engage/wiredpanda/"><img src="https://hosted.weblate.org/widget/wiredpanda/svg-badge.svg" alt="Translation status" /></a>
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.

Downloads
Compiled binaries for Windows, Linux and macOS are available on the releases page.
Building
Requirements:
- CMake 3.16+
- Qt 5.15+ or Qt 6.2+ (with Multimedia, Svg modules)
- C++ compiler with C++20 support
- Ninja build system:
- Windows:
choco install ninjaorscoop install ninja - Linux:
apt install ninja-buildoryum install ninja-build - macOS:
brew install ninja
- Windows:
git clone https://github.com/GIBIS-UNIFESP/wiredpanda
cd wiredpanda
cmake --preset release
cmake --build --preset release
This process could take a while. Once concluded, the binary will be located at build/wiredpanda on Linux and macOS, or build/wiredpanda.exe on Windows.
For detailed build instructions, check the BUILD.md or visit the wiki.
Roadmap
Check our project roadmap to see planned features, current development status, and how you can contribute to wiRedPanda's future.
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.
<a href="https://hosted.weblate.org/engage/wiredpanda/"> <img src="https://hosted.weblate.org/widget/wiredpanda/wiredpanda/multi-auto.svg" alt="Translation status" /> </a>Stars
<a href="https://www.star-history.com/#GIBIS-UNIFESP/wiRedPanda&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=GIBIS-UNIFESP/wiRedPanda&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=GIBIS-UNIFESP/wiRedPanda&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=GIBIS-UNIFESP/wiRedPanda&type=Date" /> </picture> </a>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/.
