onikolas7
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: A tutorial for building a 2D game engine (nik-os.com)
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…
-
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…