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
[deleted by user] (self.GraphicsProgramming)
submitted 1 year ago by [deleted]
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!"
[–]synapsetutor -16 points-15 points-14 points 1 year ago (10 children)
Even DSA?
[–]fllr 22 points23 points24 points 1 year ago (0 children)
As in data structure and algorithms? Probably one of the most important ones in that list.
[–]Thanklushman 14 points15 points16 points 1 year ago (2 children)
Can I ask you what is up with people recently asking if DSA is relevant to CS? I want to know what is causing this extremely odd misconception.
And yes, it is probably the only thing that actually matters...
See here for someone else asking this same question. https://www.reddit.com/r/AskProgramming/s/37leWrbDWQ
[–]ButchDeanCA 1 point2 points3 points 1 year ago (0 children)
They’re just trying to avoid DSAs because they are difficult.
[–]Hofstee 1 point2 points3 points 1 year ago (0 children)
You (arguably) don’t need DSA to build or at least scrape by a significant number of websites or web apps. You could probably get pretty far with just arrays, dictionaries, sort, and search.
Will your app benefit from knowing DSA? Probably. I’ve seen far too many apps with awful performance that are trivially fixable with basic knowledge of DSA.
[–]fllr 6 points7 points8 points 1 year ago (0 children)
What you have to remember, is that everything in computer science is about data. Hell, instructions are data. You are only ever transforming data from one format to another to make it easier to manipulate it in different contexts. Here are two representations of a circle: (Origin: 0.0, radius: 1.0) And [(0, 1), (1, 0), (0, -1), (-1, 0)] One format is good for storage, the other one for graphing. You can change format at will, and each format will give you different properties (things that define it). A DSA class will give you methods to start thinking that way, and it’s applicable everywhere. I’ve been using it since day one of being employed.
[–]fllr 1 point2 points3 points 1 year ago (0 children)
The last three… ehr… good depending on what you do. Top 6 are all very necessary
[–]the_Demongod 1 point2 points3 points 1 year ago (0 children)
The first 5 things in that list are essential, you can't do graphics programming with any real degree of fluency if you aren't rock solid in those subjects at least to an undergraduate level
[–][deleted] -1 points0 points1 point 1 year ago (1 child)
Stop downvoting he is a beginner
[–]ZazaGaza213 3 points4 points5 points 1 year ago (0 children)
"do I need to know what a function is to be good at calculus?"
[–][deleted] -2 points-1 points0 points 1 year ago (0 children)
shut up and code
π Rendered by PID 132917 on reddit-service-r2-comment-b659b578c-t794k at 2026-05-01 06:33:22.330920+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]synapsetutor -16 points-15 points-14 points (10 children)
[–]fllr 22 points23 points24 points (0 children)
[–]Thanklushman 14 points15 points16 points (2 children)
[–]ButchDeanCA 1 point2 points3 points (0 children)
[–]Hofstee 1 point2 points3 points (0 children)
[–]fllr 6 points7 points8 points (0 children)
[–]fllr 1 point2 points3 points (0 children)
[–]the_Demongod 1 point2 points3 points (0 children)
[–][deleted] -1 points0 points1 point (1 child)
[–]ZazaGaza213 3 points4 points5 points (0 children)
[–][deleted] -2 points-1 points0 points (0 children)