From: Lukáš Jiřiště Date: Sun, 12 Jul 2026 16:30:16 +0000 (+0200) Subject: First commit with README stating the repos purpose X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=135e8d5a4d298c88de00e5adaa13952f78a24957;p=SetSCAD.git First commit with README stating the repos purpose --- 135e8d5a4d298c88de00e5adaa13952f78a24957 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea74a78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pdf +*.o +setscad diff --git a/Makefile b/Makefile new file mode 100644 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 index 0000000..a1cca2e --- /dev/null +++ b/README.typ @@ -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.