opengl-racing icon indicating copy to clipboard operation
opengl-racing copied to clipboard

An OpenGL game and simple game engine, written in C99

OpenGL Racing Game Prototype

screen

Features:

  • Modern rendering pipeline (GLSL)
  • Shadow mapping (with PCF)
  • Custom toon shader
  • Multiple lights
  • Simple rendering engine (OpenGL)
  • Simple physics engine (car-road collision tests)
  • Custom OBJ / MTL importer
  • Built-in tracks editor (serializer included)
  • UI with Nuklear
  • Joysticks integration
  • OpenAL implementation
  • Written in C