Forums
PhotoFrame - Printable Version

+- Forums (http://www.scratchpadgames.net/forums)
+-- Forum: Main Forums (http://www.scratchpadgames.net/forums/forumdisplay.php?fid=1)
+--- Forum: Fundamentals Errata/Questions (http://www.scratchpadgames.net/forums/forumdisplay.php?fid=3)
+--- Thread: PhotoFrame (/showthread.php?tid=36)

Pages: 1 2


RE: PhotoFrame - Brian Beuken - 03-17-2018

Good idea, though the blue book is overkill for OpenGLES2.0/3.0 you need the "gold" book,  new copies are hard to find and expensive, but you can find 2nd hand copies on Amazon
https://www.amazon.com/OpenGL-ES-2-0-Programming-Guide/dp/0321502795/ref=pd_sbs_14_1?_encoding=UTF8&pd_rd_i=0321502795&pd_rd_r=SNEA5P5N46XX25QQ2QA9&pd_rd_w=C7Ooo&pd_rd_wg=eRPLj&psc=1&refRID=SNEA5P5N46XX25QQ2QA9


RE: PhotoFrame - jomoengineer - 10-15-2018

I was able to get the OpenGLES 2.0 blue book used in very good shape for $12 USD.

Regarding the book files in the download section of your website, for Chapter 3 Surface Files, what is "MyFiles.h" in reference to?


RE: PhotoFrame - Brian Beuken - 10-15-2018

its a class for loading graphics, by wrapping the STB_image files as they can be quite long to compile if added into every class that loads images

Is it not clear enough in the text? I'll take a look and see what I can say to make it clearer.


RE: PhotoFrame - jomoengineer - 10-15-2018

(10-15-2018, 06:45 AM)Brian Beuken Wrote: its a class for loading graphics, by wrapping the STB_image files as they can be quite long to compile if added into every class that loads images

Is it not clear enough in the text? I'll take a look and see what I can say to make it clearer.

Oh, I got it.  It's at the beginning of Chapter 4 not in Chapter 3.