Neppit

/prog/

Programming and DIY

Talk about computer programming and DIY projects

Reply to thread





Anonymous 2017-10-21 23:40:09 No. 13

Graphics Programming

What are some good resources for graphics programming?

I've heard that Michael Abrash's "Graphics Programming Black Book"[1] is good. Looking at it, it seems pretty hardcore, but I've added it to my list of books.

[1] https://github.com/jagregory/abrash-black-book


Anonymous 2018-04-09 19:29:08 No. 42

I've recently been working on a paint application using OpenGl. While the shaders for it are pretty simple, I made a simple UI for it and found that there are some interesting challenges involved. Things like determining what element was clicked on, what order to render elements in, etc. I was able to avoid many of the difficulties involved as my UI is very simple, but the general problem is interesting. I think I'll do a writeup about it sometime.