Friends, anybody got a favorite program that supports drawing directly on slides with a stylus — not in the sense of annotating slides during a talk, but in the sense of preparing diagrams for them?
I would strongly prefer the result is something vectorized and editable. It's okay if it smooths, but if it "corrects" a loose, open oval to a perfect, closed oval (for example) and can't be overridden, that won't work.
Must run on Linux and/or Mac, preferably both. I could work with something that ran in-browser only, as long as I can export to a standard format for presentations and PDF.
@iris Not really sure if that's what you are looking for but I generally use Inkscape for that, works perfectly.
This looks like a good tutorial
I personally don't use Overleaf, but rather VSCode with the Tex extension. This allows to automatically recompile the file when a linked image changes (sorry, I can't remember if it's an option that you need to actively choose or if it does that out of the box)
I personally like to use the Metropolis theme , a lot slicker than the basic one.
You can have a look at the slides in my image analysis course, all done like that. Feel free to take them and modify at will. There's an empty template presentation as well which is a good place to start
https://github.com/nicolaromano/BIA4/tree/main/Lectures
@nicolaromano Fantastic, thank you! I'll check it out.
@nicolaromano I'd be open to using LaTeX/Beamer in that case. Do you have any resources you'd recommend I check out to learn how to use that for slides?