SILENT HILL 3 Engine Remake in OpenGL and C++
Currently, the libraries required to build sh3redux are as follows:
- SDL2
- GLEW
- FTGL and Freetype
- zlib
Once you have the required libraries, there are two ways to build:
- Run cmake on CMakeLists (Recommended)
- 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