dimaglushkov / sdl-func-visualizer

SDL2.0 program to visualize math functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sdl-func-visualizer

C-written program to visualize graphs of math functions with help of SDL2.0.

Inspired by a piece of code I wrote 3 years ago as a part of university computational math course just because unlike my new groupmates I didn't know Java and JavaFX, therefore SDL1.2 was the only way to visualize I knew (example at the end) and that was a lot of struggle back then.

Unfortunately, the original code quality was dramatically low, so I decided to write it again.

Below you can find a few examples of what this visualization looks like.

sample 1 sample 2

Not sure if this thing is even usefull, but I had a lot of fun developing it :)

About

SDL2.0 program to visualize math functions


Languages

Language:C 95.7%Language:CMake 4.3%