Drawing block circuits with Typst made easy, using CeTZ
Go to file
2024-10-02 21:04:40 +02:00
doc added doc for wire.intersection 2024-05-18 21:52:46 +02:00
gallery added examples to README.md 2024-05-18 23:50:29 +02:00
src fixed typo in default param value 2024-10-02 21:04:40 +02:00
gallery.bash added gallery rendering script 2024-05-18 18:08:36 +02:00
LICENSE Initial commit 2024-05-16 21:34:50 +00:00
manual.pdf changed AND design (circle arc instead of bezier) 2024-05-18 22:36:27 +02:00
manual.typ added groups 2024-05-18 13:06:57 +02:00
README.md fixed README links 2024-05-18 23:55:06 +02:00
typst.toml changed version number 2024-05-18 17:08:08 +02:00

circuiteria

Circuiteria is a Typst package for drawing block circuit diagrams using the CeTZ package.

Perry the platypus

Examples

A bit of eveything
Wires everywhere
Groups Rotated

Note


These circuit layouts were copied from a digital design course given by prof. S. Zahno and recreated using this package

Click on the example image to jump to the code.

Usage

For information, see the manual

To use this package, simply import src/lib.typ and call the circuit function:

#import "src/lib.typ"
#lib.circuit({
  import lib: *
  ...
})

Installing

TODO