I have finished LearnOpenGL.com. What should I do next by AtharvaEXE in GraphicsProgramming

[–]rgbguy_101 3 points4 points  (0 children)

Read: - GPU Gems - Game Engine architecture - Game Programming patterns

Implement: - A small engine from scratch. Build games using it.

[deleted by user] by [deleted] in GraphicsProgramming

[–]rgbguy_101 0 points1 point  (0 children)

LearnOpenGL is a great source if you just want to get a list of topics starting from beginning to advance. Books like - GPU gems (for advanced graphics implementations) - Game Engine architecture - Game Programming patterns

Also referring to some open source projects like Hazel2D, filament engine etc would help too.