No description
  • Rust 94.8%
  • Nix 3.5%
  • HTML 1.2%
  • JavaScript 0.5%
Find a file
2025-12-13 03:41:10 -05:00
assets updating 2022-11-13 14:14:44 -05:00
benchmarks cargo fmt 2025-12-05 20:38:41 -05:00
parsing parsing: improve function handling 2025-12-13 03:33:20 -05:00
src address egui deprecation warnings 2025-12-13 03:41:10 -05:00
tests cleanup 2025-12-13 03:38:04 -05:00
www possibly fix the canvas 2025-12-03 14:52:08 -05:00
.gitignore .gitignore add result (for nix stuff) 2025-12-03 20:07:35 -05:00
build.rs cargo fmt 2025-12-05 20:38:41 -05:00
Cargo.lock cleanup 2025-12-13 03:38:04 -05:00
Cargo.toml cleanup 2025-12-13 03:38:04 -05:00
flake.lock cleanup flake.nix 2025-12-03 13:12:49 -05:00
flake.nix font subsetting: pyftsubset -> allsorts 2025-12-05 14:06:47 -05:00
LICENSE.md AGPLv3 2022-02-14 11:14:52 -05:00
README.md README.md: add graphing.gardling.com link 2025-12-03 14:08:39 -05:00
TODO.md TODO thing 2025-12-03 19:00:49 -05:00

(Yet-To-Be-Named) Graphing Software

logo

What is this?

The aim of this project is to provide a Desmos-like graphing experience. This project is written in Rust and takes advantage of egui as it's graphical backend. Meaning that this program can be compiled targeting either the web, such as here, as well as a native application.