Leia-me em português. Léame en español.
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.
Compiled binaries for Windows, Linux and macOS are available on the releases page.
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 releaseThis 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.
Check our project roadmap to see planned features, current development status, and how you can contribute to wiRedPanda's future.
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.
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/.
