Skip to content

meruiden/SDL2-Opengl_Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL2-Opengl_Engine

an simple game engine using opengl and sdl2

make sure you have installed the following libraries:
       SDL2 https://www.libsdl.org/download-2.0.php
       SDL2_ttf https://www.libsdl.org/projects/SDL_ttf/
       SDL2_image https://www.libsdl.org/projects/SDL_image/
       SDL2_mixer https://www.libsdl.org/projects/SDL_mixer/
       GLEW http://glew.sourceforge.net/

How to build:
Unix:

Just run ./bootstrap.sh

or:
  mkdir -p build
  cd build
  cmake -Wno-dev ..
  make
  ./project



Copyright (c) Corné Steenhuis. All Rights Reserved.

About

an simple game engine using opengl and sdl2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages