update README.md

This commit is contained in:
Simon Gardling 2022-05-13 02:30:17 -04:00
parent 695e126c3b
commit f97b3ba2fe

View File

@ -4,5 +4,4 @@
<img src="assets/logo.svg" alt="logo" width="200"/>
### 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.
The aim of this project is to provide a [Desmos](https://www.desmos.com/)-like graphing experience. This project is written in [Rust](https://www.rust-lang.org/) and takes advantage of [egui](https://github.com/emilk/egui) as it's graphical backend. Meaning that this program can be compiled targeting either the web, [such as here](https://titaniumtown.github.io), as well as a native application.