Skip to content

dimaglushkov/sdl-func-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)