Skip to content

rayslava/Massacre

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Massacre Proto

Build Status

Cross-platform despair simulator.

Installation

We now support installation from gamerlay on Gentoo linux:

layman -a gamerlay
emerge games-engines/massacre games-util/massacre-data

Building on Linux

Install the dependencies, then run:

mkdir build && cd build
cmake ..
make

Building on Windows

Prerequisites

The Easy Way

  1. Extract prerequisites to ./extras/.
  2. Configure and Generate via CMake GUI.
  3. Build Massacre.sln with Visual Studio 2010 or later.
  4. Build the INSTALL project inside the solution.

The Right Way

Run Visual Studio Command Prompt (2010):

mkdir build && cd build
cmake -DCMAKE_PREFIX_PATH="<path to boost>;<path to glew>;<path to glfw>" ..
msbuild /v:m Massacre.sln
msbuild INSTALL.vcxproj

Dependencies

  • Gfx: Boost 1.46+, GLEW 1.6+
  • Samples: GLFW 3+

About

Existential rendering engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.2%
  • Objective-C 7.9%
  • C 1.9%