https://github.com/kvbc/graph
Mathematical function graph renderer
https://github.com/kvbc/graph
Last synced: over 1 year ago
JSON representation
Mathematical function graph renderer
- Host: GitHub
- URL: https://github.com/kvbc/graph
- Owner: kvbc
- License: mit
- Created: 2021-11-11T12:45:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T15:12:40.000Z (over 4 years ago)
- Last Synced: 2025-04-11T18:21:43.862Z (over 1 year ago)
- Language: C++
- Size: 3.43 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graph
Mathematical function graph renderer
(with simplistic GUI interface, rendered using ImGui).

That's quite unprofessional of me to say, but sorry if it doesn't build correctly (if at all).
I'm quite new to premake and in general making the build process easier.
It works flawlessly on Windows and Linux Ubuntu.
# Prerequisites
* Libraries
* [MuParser](https://beltoforion.de/en/muparser/building.php)
* [FreeType](https://freetype.org/download.html)
* [GLFW](https://www.glfw.org/download.html)
# Building
In order to build the repository, you will require [GNU Make](https://www.gnu.org/software/make/) and [Premake](https://premake.github.io/download) version 5.0 or higher.
```
premake5 gmake
make GraphApp config=Release
./GraphApp
```
# TO-DO
...