An open API service indexing awesome lists of open source software.

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

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.