Free and Open Source Stereoscopic 3D Media Player.
Converts Any Standard Image to 3D and Supports SBS Stereo Photos.
Visit https://rendepth.com to Download the App.
Rendepth Source Code is MIT License. Third Party Dependencies Have Respective Licenses and Copyright.
Enjoying Rendepth? Consider donating to support further development: https://rendepth.com/donate
- Clone this repository:
git clone https://github.com/outmode/rendepth.git - Go to the root folder:
cd rendepth - Initialize submodules:
git submodule update --init --recursive - Check
ThirdPartyfolder and install dependencies for each library. - Build and Install
SDL_shadercrossneeded for compiling shaders. - Navigate to the root folder of the repo:
rendepth - Make build directory:
mkdir build - Navigate to directory:
cd build - Build for Release:
cmake -S .. -B . -DCMAKE_BUILD_TYPE=Release - Compile project:
cmake --build . - App will be built in
Binaryfolder. - Folders
AssetsBinaryLibraryShadersmust remain together. - Rendepth requires C/C++ compiler with OpenMP 4.5 support.
- Linux/macOS can use g++/clang, Windows may require MinGW.
RENDEPTH_DLL_DIRpoints to MinGW shared library folder on Windows.RENDEPTH_OMP_DYLIBpoints to thelibompshared library on macOS.RENDEPTH_MAC_BUNDLEsetONto create macOS bundle after building.




