© 2026 Hashnode
SDL_Chomik is an extension of the Chomik programming language that integrates the SDL2 graphics library.It inherits all of Chomik’s features while adding the ability to create windows, display images, and interact with graphics — all in Chomik’s uniq...

Up to now, we've created a window in SDL2 using OpenGL, built a Mesh, and began writing shaders in GLSL to get a stretched-out square. In this final part, we will explain rendering in 3D, making things spin, and the Linear Algebra behind it! DISCLAIM...

Last part, we successfully created a window in SDL2 using OpenGL. Now that we understand how that works, we're going to learn how to render things on the screen by building a mesh class and creating shaders in GLSL, a shader programming language. DIS...

In this miniseries, you will be creating a program in C++ that will be able to render 3D shapes in SDL2 and OpenGL, and more importantly, learn about what is happening in depth while you write your program. As a game developer, using SDL2 and OpenGL ...
