Skip to content

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rendepth_Title

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.

Stereo 3D Samples

Japan_1080P_anaglyph

Japan_1080P_free_view

Japan_1080P_sbs

Japan_1080P_rgbd

Enjoying Rendepth? Consider donating to support further development: https://rendepth.com/donate

Build Instructions

  • 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 ThirdParty folder and install dependencies for each library.
  • Build and Install SDL_shadercross needed 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 Binary folder.
  • Folders Assets Binary Library Shaders must remain together.
  • Rendepth requires C/C++ compiler with OpenMP 4.5 support.
  • Linux/macOS can use g++/clang, Windows may require MinGW.
  • RENDEPTH_DLL_DIR points to MinGW shared library folder on Windows.
  • RENDEPTH_OMP_DYLIB points to the libomp shared library on macOS.
  • RENDEPTH_MAC_BUNDLE set ON to create macOS bundle after building.

Made by Outmode.

About

2D to 3D Conversion

Topics

Resources

Stars

26 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages