Skip to content

ngmgit/sdl2-dev-tut

Repository files navigation

Learn SDL2/OpenGL along with GLEW.

Follow the tutorials from below youtube playlist. https://www.youtube.com/playlist?list=PLSPw4ASQYyymu3PfG9gxywSPghnSMiOAW

Using CMake but its not yet refined to be able to build on other platform. For now it works fine on linux - Arch.

Dependencies: SDL2, GLEW, cmake

Please make sure the above dependencies are installed.

Steps to build and run:

  • To generate the build config run cmake .
  • After that if everything went well build the code using make
  • To run the code run ./game.app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published