How to make awesome diagrams for your slides
11–20 of 24 posts
Re: How to make awesome diagrams for your slides
#12Re: How to make awesome diagrams for your slides
#13What software do HNers use to make good diagrams? We have one suggestion for TikZ so far, which looks nice, but I don't really want to get out the TeX hammer for every little diagram.
(I can't wait for some web-based presentation software so I can finally ditch Powerpoint, but right now, with the extremely limited palette of animation ability on all of them, I'm forced to stick with PowerPoint.)
For papers, posters, and other static media, I use Inkscape, which I love. And every once in a while, for a system architecture diagram that I need to crank out really fast, I'll use Dia, which is much less flexible, but ideal for that task.
Re: How to make awesome diagrams for your slides
#14Re: How to make awesome diagrams for your slides
#15What software do HNers use to make good diagrams? We have one suggestion for TikZ so far, which looks nice, but I don't really want to get out the TeX hammer for every little diagram.
My slide decks are always in PowerPoint because I usually need to make some complex technical animations that are impossible to do in Latex. So then I just use PowerPoint's shapes, etc. to do it. (I can't wait for some web-based presentation software so I can finally ditch Powerpoint, but right now, with the extremely limited palette of animation ability on all of them, I'm forced to stick with PowerPoint.) For paper…
Re: How to make awesome diagrams for your slides
#16What software do HNers use to make good diagrams? We have one suggestion for TikZ so far, which looks nice, but I don't really want to get out the TeX hammer for every little diagram.
http://www.iobound.net/iocopy-talk/
Another thing I experimented with for the first time is doing all the slides in html / css / js. The jQuery-Presentation plugin [1] works as advertised, and with css there was considerably less hairpulling when it came time to start tweaking layouts and positions. The content for each slide is written in markdown. You can see all the source for the presentation here [2].
Re: How to make awesome diagrams for your slides
#17What software do HNers use to make good diagrams? We have one suggestion for TikZ so far, which looks nice, but I don't really want to get out the TeX hammer for every little diagram.
Re: How to make awesome diagrams for your slides
#18What software do HNers use to make good diagrams? We have one suggestion for TikZ so far, which looks nice, but I don't really want to get out the TeX hammer for every little diagram.
I try to use the best tool for the job though.
Two weeks ago I had to make a code-based introductory presentation and I used showoff instead ( https://github.com/schacon/showoff ) since it comes with syntax highlighting and the slides are just a text file. It took me maybe a couple hours to learn the ins and outs, but then it was easy.
I've heard that the Mac app is good, too, but I haven't used it yet.
Re: How to make awesome diagrams for your slides
#19This slide deck was brought to you by Enrique García a.k.a. Kitito[1], who's also the author (among other things) of the excellent "middle class" library, a class-based object system for Lua, and PÄSSION library collection, an OO-layer built on top of the LÖVE game framework. [1] https://github.com/kikito [2] http://love2d.org /shameless plug from a fellow löver.
Re: How to make awesome diagrams for your slides
#20Two tips: Use colors in /addition/ to other indications. Roughly ten percent of males are red-green colorblind and cannot easily distinguish colors that contain these colors (e.g., purple = blue + red = BLUE to them). Also, projectors are usually pretty crappy at colors. "If PowerPoint ever automatically chooses a smaller font for your text, you have too much on the slide." -- somebody wise