-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
56 lines (33 loc) · 1.73 KB
/
Copy pathREADME
File metadata and controls
56 lines (33 loc) · 1.73 KB
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
Zellij Prototypes.
This software uses tile packing with some symmetry awareness and some domain specific heuristics
to prepare motifs in the Zellij style.
DEPENDENCIES
go (http://golang.org) (tested under darwin and linux 6g)
gocairo (https://bitbucket.org/dethe/gocairo/) (with the custom patches applied to make it work. Sadly the maintainer seems to have abandoned it)
cairo (http://www.cairographics.org/)
redo (https://github.com/apenwarr/redo) (build tool)
BUILDING
If all dependencies are installed:
$ redo all
will build the entire system.
BINARIES
interactive
Starts a webhost listening on localhost:10000 to provide an interactive Zellij skeleton designer/embellisher.
enumerate
Provides an offline brute-force enumerator of possible embellishments of a given skeleton.
BUGS
Many.
The overlay code has an odd number of handedness errors when handling 45 degree rotations that was never completely tracked
down, this is probably the root cause of:
-Period two and three octagons not always tiled correctly.
-Duplicate period one octagons appear in the enumeration despite this not being supposed to happen.
In enumerate, when enumerating at a low symmetry order, embelishments that are rotations of one another
are both found. No heuristic is implemented to avoid this extra work.
To configure the decoration colouring (which is automatic) the code currently must be edited and recompiled.
Go is a moving langauge, but has stabilized much more. This codebase is very suseptible to bitrot, worse
is that it depends on an unmaintained package.
AUTHOR
Edgar A. Bering IV (trizor@gmail.com)
LICENSE
This code is free to be used for academic and other non-commercial pursuits, with attribution of authorship.
All commercial rights are reserved.