]> www.ljiriste.work Git - SetSCAD.git/commitdiff
First commit with README stating the repos purpose
authorLukáš Jiřiště <redacted>
Sun, 12 Jul 2026 16:30:16 +0000 (18:30 +0200)
committerLukáš Jiřiště <redacted>
Sun, 12 Jul 2026 16:30:16 +0000 (18:30 +0200)
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.typ [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..ea74a78
--- /dev/null
@@ -0,0 +1,3 @@
+*.pdf
+*.o
+setscad
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..b110ea4
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+
+README.pdf: README.typ
+       typst compile README.typ
diff --git a/README.typ b/README.typ
new file mode 100644 (file)
index 0000000..a1cca2e
--- /dev/null
@@ -0,0 +1,7 @@
+#let name = [SetSCAD]
+
+
+= #name
+
+#name is a scripting CAD software built upon the notion of sets of points defined by a common property.
+#name should be familiar and ergonomic to anyone comfortable with the set-builder notation.