OpenGL Implementation

Started by
5 comments, last by mikeman 19 years, 10 months ago
After working with OpenGL for some time,I''m interested in making a software implementation of OpenGL(or at least try).What do I need to do that?Does the OpenGL specification contains enough info to allow me to do this?And where I can find the spec for the core?
Advertisement
You can download the specification here, and should contain enough information to make an implementation.
Thanks!
SGI also has the OpenGL sample implementation available as open source here which might help you to implement the trickier parts like display lists and stipple.
And let''s not forget Mesa, a full featured software OpenGL implementation (even with fragment programs). All source is available, and might help you.
What''s the use to recreate an implementation of opengl ??
learn how things work?

This topic is closed to new replies.

Advertisement