Browse code

Add image files

Robert Cranston authored on 08/03/2026 06:21:18
Showing 5 changed files

... ...
@@ -1 +1,2 @@
1 1
 /sdf-winding
2
+/FE6.gif
... ...
@@ -6,3 +6,6 @@ CXXFLAGS += -Og -g -fsanitize=undefined,address
6 6
 LDLIBS   += -lGL -lGLEW -lglfw
7 7
 
8 8
 sdf-winding:
9
+
10
+FE6.gif:
11
+	wget https://developer.apple.com/fonts/TrueType-Reference-Manual/RM02/FE6.gif
... ...
@@ -16,6 +16,12 @@ To build, run `make`. You need the following dependencies on your system:
16 16
 -   [GLEW][]
17 17
 -   [GLFW][]
18 18
 
19
+If you're having trouble building or running this and just want to see the
20
+result, some output is saved in [`windings.tga`](windings.tga) and
21
+[`resolve.tga`](resolve.tga). If you want to compare them with [Figure 7][] you
22
+can run `make FE6.gif` (sic) to download it to the repository root (with
23
+`wget`).
24
+
19 25
 The code prioritizes conciseness and takes a number of shortcuts:
20 26
 
21 27
 -   We don't actually generate the SDFs and winding numbers from contours, we
22 28
new file mode 100644
23 29
Binary files /dev/null and b/resolve.tga differ
24 30
new file mode 100644
25 31
Binary files /dev/null and b/windings.tga differ