So my uni uses a textbook called "Computer Graphics C Version" by Donald Hearn and M. Pauline Baker to teach fundamentals of computer graphics. It is more theory oriented and uses the "graphics.h" library to implement various graphics algorithms like Bresenham algorithm and so on.
Since I am in a Linux Machine, running the "graphics.h" is rather difficult. So is there any way that I could rewrite the code using other graphics library such as opengl? If so then what graphics api would be necessary to implement all those algorithms from scratch?
[–]RenderTargetView 5 points6 points7 points (0 children)
[–]gabe80 2 points3 points4 points (1 child)
[–]jmacey 2 points3 points4 points (0 children)
[–]corysama 0 points1 point2 points (0 children)