https://github.com/code-forge-temple/circuit-sketcher-core
The core for drawing circuits on a canvas.
https://github.com/code-forge-temple/circuit-sketcher-core
Last synced: 2 months ago
JSON representation
The core for drawing circuits on a canvas.
- Host: GitHub
- URL: https://github.com/code-forge-temple/circuit-sketcher-core
- Owner: code-forge-temple
- License: gpl-3.0
- Created: 2024-12-19T22:40:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-27T22:29:59.000Z (11 months ago)
- Last Synced: 2025-05-27T23:31:37.968Z (11 months ago)
- Language: TypeScript
- Size: 9.67 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# circuit-sketcher-core
The core for drawing circuits on a canvas.
This project provides a set of tools and components to create, manage, and manipulate circuit diagrams on a canvas. It includes features such as draggable elements, context menus, custom ports, and local storage management for saving and loading circuit designs. The core functionality is built using TypeScript and integrates with libraries like React, jQuery and draw2d ([code-forge-temple draw2d fork](https://github.com/code-forge-temple/draw2d)).
## Table of Contents
- [Features](#features)
- [Related Projects](#related-projects)
- [License](#license)
## Features
- Draggable and resizable circuit elements
- Context menus for adding, removing, and managing nodes/ports/connections
- Customizable nodes, ports and connections
- Local storage support for saving and loading customized nodes
- Integration with draw2d for advanced diagramming capabilities
## Related Projects
- [circuit-sketcher-app](https://github.com/code-forge-temple/circuit-sketcher-app): A web application that uses `circuit-sketcher-core` to provide a user-friendly interface for creating and editing circuit diagrams.
- [circuit-sketcher-obsidian-plugin](https://github.com/code-forge-temple/circuit-sketcher-obsidian-plugin): An Obsidian plugin that integrates `circuit-sketcher-core` to allow users to create and manage circuit diagrams within the Obsidian note-taking app.
## License
This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for more details.