Skip to content

A terminal Based Graphing Calculator written in C. Uses only ASCII characters for Plotting graphs. Has A command Line like implementation for navigation in Coordinate space.

License

Notifications You must be signed in to change notification settings

ishanbawne20/Graphing_Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphing_Terminal

A terminal Based Graphing Calculator written in C. Uses only ASCII characters for Plotting graphs. Has A command Line like implementation for navigation in Coordinate space.

Set Up Environment

Clone the Repository and navigate to directory where all source files are placed.

For GCC compilers

To compile using gcc compiler execuete.

gcc main.c commandLine.c curves.c camera.c -o executable_name -lm

-lm flag is to instruct compiler to use math.h .

The Navigation Command Line

The Navigation command line powers user to navigate in the coordinate space. Following are the commands to use it.

CommandLIne Image

For Changing Absolute Position of Camera

p x y

Where x is new x coordinate of camera and y is new y coordinate of camera.

For changeing position of camera relative to current position

t h relative_horizontal_positon

t v relative_vertical_position

For changing Scale of Camera (Only Absolutely)

s new_scale

Some Screenshots

  • Sin(x) Curve

Sin Curve

  • Limaçon of Pascal

Limaçon of Pascal

Contacts


About

A terminal Based Graphing Calculator written in C. Uses only ASCII characters for Plotting graphs. Has A command Line like implementation for navigation in Coordinate space.

Topics

Resources

License

Stars

Watchers

Forks

Languages