opentk / LearnOpenTK

A port of learnopengl.com's tutorials to OpenTK and C#.
Creative Commons Attribution 4.0 International
464 stars 115 forks source link

A few tutorials I would like to see.. #42

Closed Shadowblitz16 closed 4 years ago

Shadowblitz16 commented 4 years ago
NogginBops commented 4 years ago

These are not the types of tutorial we are aiming to create here. These different versions of nearly identical tutorial things would just make people copy the code without understanding any of it. We don't aim to be a copy paste resource, but a good learning resource.

Stuff like different versions of orthographic projections are for the programmer to figure out (sorry if this isn't the answer you want to hear, but learning matrices is just that useful).

The custom drawing functions is also a very subjective abstraction of the opengl API and should also be up to the programmer to design and implement.

You can definitely discuss your ideas and problems in the opentk discord, but I wouldn't hope for these kinds of tutorials.

https://learnopengl.com and essence of linear algebra are great learning resources for these types of topics.

Shadowblitz16 commented 4 years ago

ok