From e1638516262e6922f7cbba81f0a647a7bd7f2e31 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 29 Mar 2022 15:11:00 -0400 Subject: [PATCH] README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e7717d4 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +## (Yet-To-Be-Named) Graphing Software + +### What is this? +The aim of this project is to provide a [desmos](https://www.desmos.com/)-like graphing experience. This project is written in rust and takes advantage of [egui](https://github.com/emilk/egui) as it's graphical backend. Meaning that this program can be deployed as both a site ([such as here](https://titaniumtown.github.io)) and as a native application that runs on your machine. +