Skip to content

Engine written in pure C using SDL3 + OpenGL Core, no external abstractions. All rendering done via direct OpenGL calls — VAOs, VBOs, shaders, draw commands. Fully manual memory allocation, texture setup, input layer, and update loop. No Unity. No Unreal. No framework. Just bytes, buffers, and raw graphics API.

MateuszKretkowski/c_sdl3_game_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Engine, written in C.

About

Engine written in pure C using SDL3 + OpenGL Core, no external abstractions. All rendering done via direct OpenGL calls — VAOs, VBOs, shaders, draw commands. Fully manual memory allocation, texture setup, input layer, and update loop. No Unity. No Unreal. No framework. Just bytes, buffers, and raw graphics API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages