Skip to content

CalSch/graphing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphing

This is an app that graphs equations, similar to Desmos but worse. It is written in C++ and is intended for a 320x240 screen (my Raspberry Pi screen dimensions), but it can be changed.

This uses the raylib and tinyexpr++ libraries.

Features

  • Multiple equations with random colors
  • Functions like abs, log, sin, cos, tan, atan, etc.
  • Moveable and zoomable window
  • Custom variables

Todo

  • Tracing (show y value at a specific x value)
  • Variable definition
  • Polar coordinates
  • A table
  • Saving and loading
  • Changing equation colors
  • Make the code less horrible

About

A graphing calculator using raylib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published