onikolas7

↗ HN profile [ 69.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. This a step-by-step tutorial on how to built a 2D game engine using Go, OpenGl and SDL. It covers topics such as rendering sprites, shaders, instancing, game loop, collisions, object hierarchies and more. It ends with…

  2. This is a tutorial on how to build a 2D game engine with Go and OpenGL. The tutorial is based on the work I did for my own hobby game engine and I am writing it as a way to improve my code and understanding of the…