Skip to content

Quaker762/sh3redux

 
 

Repository files navigation

sh3redux

SILENT HILL 3 Engine Remake in OpenGL and C++

Building

Currently, the libraries required to build sh3redux are as follows:

  1. SDL2
  2. GLEW
  3. FTGL and Freetype
  4. zlib

Once you have the required libraries, there are two ways to build:

  1. Run cmake on CMakeLists (Recommended)
  2. Open the Code::Blocks project

Note that if you open the Code::Blocks project, you will have to set search paths etc yourself (as they may not have been updated, i.e, you probably WILL get build errors). It is there as a fallback/for people who don't necessarily know/like cmake

About

SILENT HILL 3 Engine Remake in OpenGL and C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.3%
  • C 9.9%
  • HTML 9.5%
  • Objective-C 0.3%
  • Shell 0.2%
  • JavaScript 0.2%
  • Other 0.6%