From efc7fed05b4800289cc644fbdeff18fe6cdd2a96 Mon Sep 17 00:00:00 2001 From: mathiascode Date: Mon, 19 Dec 2016 18:08:19 +0200 Subject: Updated links and docs (#3488) --- docs/Cubeset file format.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Cubeset file format.html') diff --git a/docs/Cubeset file format.html b/docs/Cubeset file format.html index da4fe4e88..6ead2e700 100644 --- a/docs/Cubeset file format.html +++ b/docs/Cubeset file format.html @@ -22,7 +22,7 @@

There are some existing formats available to consider first:

Obviously none of these fully satisfy our needs, so we'll need to either extend one of them or create yet another one. Extending the .schematic file would mean that the exporter plugin would need to change most of the export code, which was deemed too unmaintainable. Because the bob format is not implemented at all, it wasn't even considered. The cpp format would have been a great candidate if it weren't so difficult to parse. However, it sparked an idea - something similar in form to the cpp format, but easily parsed. Since we already have the Lua interpreter, why not base the new format in Lua?

-- cgit v1.2.3