Date | Title |
---|---|
08/24/2024 | My Recent Experiencing Developing Open Hardware using KiCAD |
Local: Institute of Computing at the State University of Campinas (Unicamp), in Campinas, São Paulo, Brazil
You can access the recording at FOSFORUMS YouTube channel. It starts at 28:12
You can acces the slides at the file main.pdf
.
You can acess the project repository mentioned in the presentation here.
Download the dependencies yourself, basically typst
and some pdf visualizer.
Or use nix
to download the dependencies to you:
nix --experimental-features 'nix-command flakes'
nix develop -c $SHELL
Then, just compile it
typst compile main.typ
Now you should have a main.pdf
to look at!