Skip to content

smartoctopus/Graphing-Calculator

Repository files navigation

Graphing-Calculator

This is an attempt at writing a simple Graphing Calculator in C++ with the SFML library.

How to Compile

These are the instruction to build the project on Windows:

  1. Install Visual Studio 2022
  2. Compile the SFML Library with the SFML_USE_STATIC_STD_LIBS flag enabled
  3. Install the SFML Library
  4. git clone this repository
  5. Set the project properties, according to the previous link

In the release section, there are some precompiled binaries if you don't want to compile the project yourself