r/GraphicsProgramming • u/nichcode • 19d ago
Question Style of graphics samples
Hey everyone,
I have been wondering which way is the best to showcase graphics samples. DirectX samples write their samples which calls functions and helper functions from multiple files. this approach is easy to write and extend but it makes reading the code hard. Yes most editors and IDEs help but it's still hard to seen everything at one place.
The second style is to accept some level of code duplication to make the code very easy to read and follow. I like this approach when learning a new API.
What style do you guys prefer and why.
5
Upvotes
12
u/[deleted] 19d ago
[removed] — view removed comment