diff options
author | David Walter Seikel | 2014-05-28 15:55:28 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-28 15:55:28 +1000 |
commit | ea0ec5004f6d035a095109e1335226c30f84e38b (patch) | |
tree | ddb5af5787e1833b9db1f710dd135c46150dddae /docs | |
parent | Some more in world object structure stuff and fixes. (diff) | |
download | SledjHamr-ea0ec5004f6d035a095109e1335226c30f84e38b.zip SledjHamr-ea0ec5004f6d035a095109e1335226c30f84e38b.tar.gz SledjHamr-ea0ec5004f6d035a095109e1335226c30f84e38b.tar.bz2 SledjHamr-ea0ec5004f6d035a095109e1335226c30f84e38b.tar.xz |
Large sparks start to wriggle about, a bright light flares, a naked library appears crouching menacingly on the ground. Introducing The Naminator.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/The_Naminator.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/The_Naminator.txt b/docs/The_Naminator.txt new file mode 100644 index 0000000..3465d44 --- /dev/null +++ b/docs/The_Naminator.txt | |||
@@ -0,0 +1,14 @@ | |||
1 | The Naminator eliminates human readable names, to make way for computer | ||
2 | names for SkyNet. Or something. | ||
3 | |||
4 | In world names can be anything, but they map more or less to file names | ||
5 | and URLs, so the names have to be munged accordingly. A further issue | ||
6 | is that different in world objects can have the same name. Lots of | ||
7 | copies of the same thing, or two different things that happen to be | ||
8 | called the same thing. No one is gonna individually name each tree in a | ||
9 | forest, or every lampost in the city. File names and URLs have to be | ||
10 | unique. The Naminator deals with munging names to deal with these | ||
11 | issues. It should generate names that are compatible with a variety of | ||
12 | operating and file systems, as well as being URL compatible. This is | ||
13 | such a useful thing to do that it should be a shared library, even if it | ||
14 | will be tiny. | ||