Skip to content

Geisshirt/function-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

function-plotter

A simple function plotter implemented in C using TinyExpr to parse the function and SDL2 to create graphs.

Usage

One can generate a graph by ./plot "exp" xrange yrange i.e.:

$ ./plot "x * sin(x)" -10..10 -10..10

will generate this graph:
quadratic

About

A simple function plotter implemented in C.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages