/graphing-calc

A graphing calculator written in SDL2 with egui and rust

Primary LanguageRust

graphing-calc

A graphing calculator written with egui and SDL2 in rust.

Building

git clone https://github.com/linuxnoodle/graphing-calc
cd graphing-calc/
cargo build --release

TODO:

  • Make grid/equation movable
  • Equations and grid should stretch on forever without rendering on forever
  • Add mouse support
  • Fix scaling issues
  • Add UI for adding equations
  • Implement lexing and parsing math equations
  • Make math equations render into LaTeX in real time
  • Add inequality support
  • Implement the graphing of vectors/bivectors