aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2020-06-07 21:14:05 +0000
committerrodri <rgl@antares-labs.eu>2020-06-07 21:14:05 +0000
commit7df9940505915a1e57fd4daba9602e6466626c50 (patch)
treeff9d3d8ea4b749bc6b79bc7fd65019c9b7f22688 /readme.md
parent3bef1314a3ae1e5bdc3ffb771e32866e05072d48 (diff)
downloadetoys-7df9940505915a1e57fd4daba9602e6466626c50.tar.gz
etoys-7df9940505915a1e57fd4daba9602e6466626c50.tar.bz2
etoys-7df9940505915a1e57fd4daba9602e6466626c50.zip
new toy: chain.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..a2f5431
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,9 @@
+# E-Toys
+
+A bunch of little computer programs for exploration and learning.
+
+## Notice
+
+The libgeometry used in these programs is not the stock one, but the
+one i wrote (some of you probably noticed from the mkfile). Clone it
+in the top dir and it will work.