←back to thread

241 points fschuett | 1 comments | | HN request time: 0.207s | source
Show context
Archit3ch ◴[] No.45662996[source]
> OpenGL 1.1-style implementation on software

How many lines to implement OpenGL 2.0 (non ES) ?

replies(3): >>45663054 #>>45664278 #>>45666931 #
1. 0x0203 ◴[] No.45664278[source]
Not sure what the line count is, but PortableGL is a software renderer for 3.x(ish):

https://github.com/rswinkle/PortableGL

Cool project, and fun to play with.