|
...
|
...
|
@@ -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
|