OpenGL vs. DirectX?

Started by
19 comments, last by slayemin 14 years, 6 months ago
You could just write a library which abstracts out the platform you're developing - Then it won't matter whether you use OpenGL or Direct3D, as long as your library can support it. Don't feel like writing your own library from scratch? I'm sure there are plenty of pre-made libraries out there free for use :) The downside is that you wouldn't understand exactly what's going on underneath the hood.

This topic is closed to new replies.

Advertisement