A GUI for easy and fast drawing of circuits to be used with CircuiTikZ. Simply draw your circuit, export the CircuiTikZ code and include it in your LaTeX document!
The official hosting of the current build can be found under https://circuit2tikz.tf.fau.de/designer/
- Have Node.js installed
- Clone the repository
- Run "npm install" in terminal in project directory
- Run "npm start" in terminal in project directory
- Open website at URL provided in command line output
All controls of the application are explained in the help menu in the top right corner via the circled questionmark in the application itself.
You can export your circuit in multiple different formats:
- as CircuiTikZ code to use in your LaTeX project.
- as SVG code to use almost anywhere.
- as a JSON for sharing and loading designs.
Please use the issues page of the project to report bugs and suggest features. Please always provide steps on how to reproduce the bug.