|
|
|
|
|
by datenwolf
3698 days ago
|
|
> but what introductory programming book would start out showing how to use a linker instead of how to write a program? A good one! Just take a glance over at StackOverflow and consider how many questions there essentially boil down to lack of understanding how the pieces in the compiler toolchain fit together: http://lmgtfy.com/?q=stackoverflow.com%20undefined%20referen... In workshop class a teacher will also start with explaining how to properly handle a tool before showing how to apply said tool to a problem. |
|
The original comment was - "When writing my first OpenGL code, I was stunned by the amount of boilerplate required."
Your response was - "the amount of boilerplate required ... is minimal."
It's clearly not minimal because we've outlined ways it could be reduced. Your counter-example of writing larger programs doesn't solve the issue of drawing a single triangle. Don't confuse a local minima for a global minima and don't confuse your experience with every noobie's experience.
Although I would say it looks minimal compared to an early D3D application.