Skip to content

GIBIS-UNIFESP/wiRedPanda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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 ninja or scoop install ninja
    • Linux: apt install ninja-build or yum install ninja-build
    • macOS: brew install ninja
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.

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

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 19

Languages