Hi. Today i want to show a way to make a presentation without any program. You need a program, actually. A program to make svg images, that are vector based images. Thess are good for two reasons:
- they are good to make schemes and simple drawings that are scalable;
- they are occupy few space.
There is a nice free tool to make svg files. It is called Inkscape (there is also a portable version). Choose a size of the slides and then create your presentation saving the different slides in form of svg files. For example, let's call them slide1.svg, slide2.svg and so on.
After this we create an html file like the one you see in the pics below (that are svg files of course). So the follow example explains what I mean.
If we make many slides, it could be a little bit annoying to write all the lines of html to show the pics, so, in the next post, I will show you some code in python to create automatically the html file, so that you don't have to bother with anything except making the slides in svg.
Comments
Post a Comment