-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
308 lines (273 loc) · 13.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Open Source Creative Production</title>
<meta name="description" content="Open source tools for producing creative works">
<meta name="author" content="Jason van Gumster">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="reveal.js/css/reveal.css">
<link rel="stylesheet" href="reveal.js/css/theme/league.css" id="theme">
<style type="text/css">
.reveal section img {
background: none;
border: 0;
box-shadow: none;
}
</style>
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="reveal.js/lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'reveal.js/css/print/pdf.css' : 'reveal.js/css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="reveal.js/lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<section>
<h1>Open Source Creative Production</h1>
<p>
<small>Jason van Gumster (<a href="http://twitter.com/monsterjavaguns">@monsterjavaguns</a>)</small>
</p>
<p><small>(This is a slide archive, you can view the original talk, given at SELF 2015, on <a href="https://www.youtube.com/watch?v=O99tRsS4PLw">YouTube</a>)</small></p>
</section>
<section>
<h1>HALT!</h1>
<h2>Who goes there?</h2>
</section>
<section data-background="images/bfd3e.jpg" data-background-transition="convex" style="text-align: left;">
<p class="fragment"><img data-src="images/gimpbible-cover.jpg" style="box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);" /></p>
<p class="fragment"><img data-src="images/handturkey_logo.png" width="400" /></p>
</section>
</section>
<section>
<h2>Quick pause:</h2>
<p>Anyone else in the room do creative work with Free and Open Source software?</p>
</section>
<section>
<section>
<h2>Where are open source creative tools now?</h2>
<h3 class="fragment">Workhorses:</h3>
<p><span class="fragment"><img data-src="images/icon-blender.png" width="128" /></span> <span class="fragment"><img data-src="images/icon-inkscape.png" width="128" /></span> <span class="fragment"><img data-src="images/icon-gimp.png" width="128" /></span> <span class="fragment"><img data-src="images/icon-krita.png" width="128" /></span> <span class="fragment"><img data-src="images/icon-audacity.png" width="128" /></span> <span class="fragment"><img data-src="images/icon-vlc.png" width="128" /></span></p>
</section>
<section data-background="images/screenshot-blender.png" data-background-transition="convex">
<p style="text-align:left;"><img data-src="images/icon-blender.png" /></p>
<h1>Blender</h1>
<p><a href="http://www.blender.org">blender.org</a></p>
</section>
<section data-background="images/screenshot-inkscape.png" data-background-transition="convex">
<p style="text-align:left;"><img data-src="images/icon-inkscape.png" /></p>
<h1>Inkscape</h1>
<p><a href="http://www.inkscape.org">inkscape.org</a></p>
<p><small>(image credit: Gilles Pinard)</small></p>
</section>
<section data-background="images/screenshot-gimp.png" data-background-transition="convex">
<p style="text-align:left;"><img data-src="images/icon-gimp.png" /></p>
<h1>GIMP</h1>
<p><a href="http://www.gimp.org">gimp.org</a></p>
</section>
<section data-background="images/screenshot-krita.png" data-background-transition="convex">
<p style="text-align:left;"><img data-src="images/icon-krita.png" /></p>
<h1>Krita</h1>
<p><a href="http://www.krita.org">krita.org</a></p>
<p><small>(image credit: David Revoy)</small></p>
</section>
<section data-background="images/screenshot-audacity.png" data-background-transition="convex">
<p style="text-align:left;"><img data-src="images/icon-audacity.png" /></p>
<h1>Audacity</h1>
<p><a href="http://www.audacityteam.org">audacityteam.org</a></p>
</section>
<section data-background="images/screenshot-vlc.png" data-background-transition="convex">
<p style="text-align:left;"><img data-src="images/icon-vlc.png" /></p>
<h1>VLC</h1>
<p><a href="http://www.videolan.org/vlc">videolan.org/vlc</a></p>
<p><small>(image credit: Blender Institute)</small></p>
</section>
</section>
<section>
<h2>But that's just the start of it</h2>
</section>
<section>
<section>
<h1>Writing/Publishing</h1>
</section>
<section>
<h1>Scribus</h1>
<p><a href="http://scribus.net">scribus.net</a></p>
</section>
<section>
<h1>Calibre</h1>
<p><a href="http://calibre-ebook.com">calibre-ebook.com</a></p>
</section>
<section>
<h1>Sigil</h1>
<p><a href="http://sigil-ebook.com">sigil-ebook.com</a></p>
</section>
<section>
<h1>Celtx</h1>
<p><a href="http://celtx.com">celtx.com</a></p>
</section>
<section>
<h1>Trelby</h1>
<p><a href="http://trelby.org">trelby.org</a></p>
</section>
</section>
<section>
<section>
<h1>Illustration<h1>
</section>
<section>
<h1>MyPaint</h1>
<p><a href="http://mypaint.intilinux.com">mypaint.intilinux.com</a></p>
</section>
</section>
<section>
<section>
<h1>Video/Post<h1>
</section>
<section>
<h1>Kdenlive</h1>
<p><a href="http://kdenlive.org">kdenlive.org</a></p>
</section>
<section>
<h1>OpenShot</h1>
<p><a href="http://openshot.org">openshot.org</a></p>
</section>
<section>
<h1>Shotcut</h1>
<p><a href="http://shotcut.org">shotcut.org</a></p>
</section>
<section>
<h1>Natron</h1>
<p><a href="http://natron.inria.fr">natron.inria.fr</a></p>
</section>
</section>
<section>
<section>
<h1>Audio<h1>
</section>
<section>
<h1>Ardour</h1>
<p><a href="http://ardour.org">ardour.org</a></p>
</section>
<section>
<h1>Qtractor</h1>
<p><a href="http://qtractor.sourceforge.net">qtractor.sourceforge.net</a></p>
</section>
<section>
<h1>Rosegarden</h1>
<p><a href="http://rosegardenmusic.com">rosegardenmusic.com</a></p>
</section>
<section>
<h1>MuseSCore</h1>
<p><a href="http://musescore.org">musescore.org</a></p>
</section>
<section>
<h1>Hydrogen</h1>
<p><a href="http://hydrogen-music.org">hydrogen-music.org</a></p>
</section>
</section>
<section>
<section>
<h1>3D Printing<h1>
</section>
<section>
<h1>MeshLab</h1>
<p><a href="http://meshlab.sourceforge.net">meshlab.sourceforge.net</a></p>
</section>
<section>
<h1>ReplicatorG</h1><!-- ? -->
<p><a href="http://replicat.org">replicat.org</a></p>
</section>
</section>
<section>
<section>
<h1>And there's more</h1>
<h3 class="fragment">But not enough time...</h3>
</section>
</section>
<section>
<section>
<h1>But<span class="fragment">t</span>...</h1>
<p>There always is one</p>
</section>
<section>
<h2>No, these programs <em>aren't</em> perfect</h2>
<p class="fragment">But that's not the point.</p>
</section>
<section>
<h2>They don't have to be</h2>
</section>
</section>
<section>
<section>
<h1>It's absolutely possible to go from</h1>
<h2><span class="fragment">Concept</span> <span class="fragment">→</span> <span class="fragment">Finished</span><span class="fragment">, Polished</span> <span class="fragment">Product</span></h2>
<p class="fragment">using only Free and Open Source software</p>
</section>
<section>
<h2>More importantly...</h2>
</section>
</section>
<section>
<section>
<h1>It's not that weird</h1>
</section>
<section>
<h2>Let me modify that...</h2>
</section>
<section>
<h1><span style="color:#a00;text-shadow:0 5px 0 #600">I'm</span> not that weird</h1>
</section>
</section>
<section>
<section>
<h1>Questions?</h1>
</section>
<section>
<img data-src="images/jasonvangumster.gif" style="float: right;" />
<h1>Look me up</h1>
<h2>Jason van Gumster</h2>
<p style="text-align:left;padding-left: 4em;"><strong>Website:</strong> <a href="http://monsterjavaguns.com">monsterjavaguns.com</a><br />
<strong>Social media:</strong> <span style="color:#13daec;">monsterjavaguns</span><br />
<strong>IRC</strong>: <span style="color:#13daec;">Fweeb</span></p>
</section>
</section>
</div>
</div>
<script src="reveal.js/lib/js/head.min.js"></script>
<script src="reveal.js/js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'convex', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'reveal.js/plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'reveal.js/plugin/zoom-js/zoom.js', async: true },
{ src: 'reveal.js/plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>