CalSch / graphing

A graphing calculator using raylib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 98.6%Language:Makefile 1.3%Language:C 0.1%