/lil3d

Primary LanguageC

Lil 3D Game Engine

An effort to learn about some graphics! Based on the engine developed in thebennybox's Youtube series, ported to C.

Dependencies

Lil 3D requires:

  • GLFW, a multi-platform library for OpenGL. You can install it on OSX with Homebrew by typing brew install glfw3.