Warning
Este projeto ainda está em desenvolvimento em uma fase muito inicial.
WireToucan is an open-source application for designing and simulating electronic circuits. It is developed with simplicity and efficiency in mind, allowing students, engineers, and electronics enthusiasts to create and test circuits in an intuitive and accessible way.
- Intuitive Graphical Interface: Easily draw and edit circuits with common electronic components.
- Real-Time Simulation: Dynamic circuit analysis with signal visualization and measurements.
- Open Source: Fully open-source, allowing community customization and contributions.
- Lightweight and Portable: Run directly in your browser without installation.
index.html: Main page loading the user interface.script.js: Simulation and user interaction logic.style.css: Visual styling for the application.LICENSE.md: Details about the MIT license.CHANGELOG.md: Project change history.CONTRIBUTING.md: Guidelines for contributing..editorconfig,.eslintrc.json,.prettierrc: Code style and linting configurations.
- HTML5: Page structure.
- CSS3: Responsive and modern styling.
- JavaScript: Simulation and interaction logic.
- Git: Version control and collaboration.
-
Clone the repository:
git clone https://github.com/marcusagm/WireToucan.git
-
Open
index.htmlin your browser to start the application.
Contributions are welcome! To contribute:
- Fork this repository.
- Create a branch for your feature (
git checkout -b feature-name). - Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-name). - Open a Pull Request.
Please refer to CONTRIBUTING.md for more details.
This project is licensed under the MIT License.
