I am learning OpenGraph Graphic programming in Eclipse. Can anyone tell me the difference between the GLUTT application and the SDL application, so that I can dig any of these? Vaccines
SDL is a large library for large needs.
Creating a simple demo of a rendering system, GLUT is better than SDL, it takes care of many details which is otherwise necessary to SDL.
However, if you are developing a serious application, SDL is more likely to be the device that you need to use, because GLUT wants to do more abstract than a real application. SDL gives you more control over everything.
Comments
Post a Comment