diff --git a/README b/README deleted file mode 100644 index e69de29b..00000000 diff --git a/README.md b/README.md new file mode 100644 index 00000000..2bf3b8e7 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +nalgebra +======== + +nalgebra is a n-dimensional linear algebra library written with the rust +programming language. +It is mainly focused on features needed for real-time physics. It should be +usable for graphics too.