schuylermartin45 / seegol

Master's Thesis Project: Shoyler's Extremely Experimental Graphical Operating Library (SeeGOL)
https://shoyler.com/html/projects.html
MIT License
7 stars 1 forks source link

Advanced GL Renderer #5

Open schuylermartin45 opened 7 years ago

schuylermartin45 commented 7 years ago

If I have time, the Advanced GL Renderer will be a "pipelined"-based rendering solution. The advanced renderer will take in draw instructions from the user and buffer them for processing. Pixels are not drawn until a "render" is called. Before rendering, layers of drawn elements (primitive shapes, images, strings, etc) will be culled to speed up the render call.

At time of writing I don't believe I have the time to implement such a system nor do I think I have enough memory left on the OS to pull it off.