https://github.com/korigamik/graphing-sfml
A collection of projects and a graph plotting tools/librarys written using SFML
https://github.com/korigamik/graphing-sfml
cmake cpp graph plotting sfml
Last synced: 8 months ago
JSON representation
A collection of projects and a graph plotting tools/librarys written using SFML
- Host: GitHub
- URL: https://github.com/korigamik/graphing-sfml
- Owner: KorigamiK
- Created: 2022-07-19T18:14:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T15:21:28.000Z (over 3 years ago)
- Last Synced: 2025-02-07T14:23:47.214Z (over 1 year ago)
- Topics: cmake, cpp, graph, plotting, sfml
- Language: C++
- Homepage:
- Size: 364 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Graphing SFML
**Functions** is a graph plotting tool and library written using SFML and
configurable using `cmake`.
The project is located in the `Functions` directory.
## Inspiration
I found [Code Parade's](https://github.com/HackerPoet/) Conics video very
visually pleasing so I decided to have some fun recreating the functions in his videos.
His projects didn't quite run well on my machines so,
I have created the `reference` directory with some of his projects that
use cmake to build the binaries and should be fairly cross-platform.