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.
@nicolaromano my goal is to not have to move back and forth between the program with my figures and the program with my slides. Or at minimum, I would need the files to be linked, so when I update a figure, my slides also update.
@iris Ok, makes sense. I use LaTeX/Beamer for slides so everything updates automatically when exporting from Inkscape. Not sure about other software sorry!
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.