No description
This repository has been archived on 2026-02-19. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • C++ 74.8%
  • CMake 24.9%
  • Shell 0.3%
Find a file
Roger Zanoni c379f9759e Don't do update/render step when the user decided to quit
Reviewers: rodrigo.golive

Reviewed By: rodrigo.golive

Differential Revision: http://phabricator.dbolabs.com/D24
2014-02-28 17:31:40 -04:00
3rdparty Add a script to download and build project dependencies 2014-02-15 19:19:45 -04:00
examples Adding Layers example 2014-02-17 14:37:21 -04:00
modules Something that resembles a game loop 2014-02-12 20:36:01 -04:00
scripts Add a script to download and build project dependencies 2014-02-15 19:19:45 -04:00
src Don't do update/render step when the user decided to quit 2014-02-28 17:31:40 -04:00
.gitignore Add gitignore file 2014-02-16 22:58:59 -04:00
CMakeLists.txt Something that resembles a game loop 2014-02-12 20:36:01 -04:00
README.md Add a database manager class 2014-02-16 22:51:46 -04:00

sdlsurvival

I know, we need a better name

Dependencies

sdl2 sdl2_image boost boost-libraries

Building:

Run (in the root directory):

scripts/build-dependencies

mkdir build cd build cmake .. make

To build examples pass "-DBUILD_EXAMPLES=ON" to cmake.