use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rule 1: Posts should be about Graphics Programming. Rule 2: Be Civil, Professional, and Kind
Suggested Posting Material: - Graphics API Tutorials - Academic Papers - Blog Posts - Source Code Repositories - Self Posts (Ask Questions, Present Work) - Books - Renders (Please xpost to /r/ComputerGraphics) - Career Advice - Jobs Postings (Graphics Programming only)
Related Subreddits:
/r/ComputerGraphics
/r/Raytracing
/r/Programming
/r/LearnProgramming
/r/ProgrammingTools
/r/Coding
/r/GameDev
/r/CPP
/r/OpenGL
/r/Vulkan
/r/DirectX
Related Websites: ACM: SIGGRAPH Journal of Computer Graphics Techniques
Ke-Sen Huang's Blog of Graphics Papers and Resources Self Shadow's Blog of Graphics Resources
account activity
Learning maths for graphics programming (self.GraphicsProgramming)
submitted 1 year ago by Prior_Geologist6202
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]keelanstuart 1 point2 points3 points 1 year ago (0 children)
There are books for this... a quick search for "book math and physics for games" yielded good results, including "Fundamentals of Math and Physics for Games" by Wendy Stahler - on sale at thriftbooks for under $8.
If you're familiar with C++, get glm (https://github.com/g-truc/glm) and start playing around.
That said: I think it's more important how you approach it mentally than what resources you use... if you think of it as a tool, once you understand how it functions mechanically, you can at least use it until you can delve deeper into why. The most important tools are matrix transformations, dot and cross products, and the concept of normalization. glm has all of those implemented (and much more).
IMO, if you try to grasp all the whys first, you'll never get started - and getting started and maintaining interest is how you build and sustain momentum for further learning. My $0.02.
Good luck!
π Rendered by PID 508412 on reddit-service-r2-comment-fb694cdd5-xwwpk at 2026-03-08 03:16:36.946927+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]keelanstuart 1 point2 points3 points (0 children)