Hacker News new | ask | show | jobs
by notaboutdave 2670 days ago
Does the book cover anything on rendering with OpenGL or graphics libraries?
1 comments

Yes! Chapter 8 talks about graphics; the Pacman example shows how to port a C++/SDL2 Pacman clone to WebAssembly and OpenGL (with Emscripten). That said, the focus of that chapter is porting games like that, but it doesn't go into writing OpenGL directly.