This is an attempt at writing a simple Graphing Calculator in C++ with the SFML library.
These are the instruction to build the project on Windows:
- Install Visual Studio 2022
- Compile the SFML Library with the SFML_USE_STATIC_STD_LIBS flag enabled
- Install the SFML Library
git clone
this repository- 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