Giter Site home page Giter Site logo

Comments (4)

harlanc avatar harlanc commented on May 29, 2024

and when building from source , it hints that the openGL functions are deprecated as follows:

'glEnd' has been explicitly marked deprecated here

My OSX version is mojave

from vimeo-depth-viewer.

medlmichael avatar medlmichael commented on May 29, 2024

Having the same issue as above

Gilmore-MacBook:~ medlmichael$ /Users/medlmichael/Downloads/depth-viewer-0.0.1/Vimeo\ Depth\ Viewer ; exit;
dyld: Library not loaded: @rpath/libnanogui.dylib
Referenced from: /Users/medlmichael/Downloads/depth-viewer-0.0.1/Vimeo Depth Viewer
Reason: image not found
Abort trap: 6
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

Is there a dependency I'm missing?

Love the work you done and hoping to get this running. I'm using the 415.

from vimeo-depth-viewer.

juniorxsound avatar juniorxsound commented on May 29, 2024

Thanks for the feedback! Unfortunately, macOS has deprecated the OpenGL API in Mojave which causes a lot of dependencies to fail.

That said, I was able to get it working on my machine (MBP 10.14.3) by doing the following:

  1. Clone the latest repo by using git clone https://github.com/vimeo/vimeo-depth-viewer.git --recursive
  2. Go into the folder and create a build directory cd vimeo-depth-viewer && mkdir build
  3. Go into the build folder and run CMake by doing cd build && cmake ../
  4. After CMake successfully finishes you can run make -j and it should build the software from source
  5. If everything went well (with a lot of warnings but still built) you should be able to run ./VimeoDepthViewer and it would launch the software

Feel free to post whether that was successful or if new issues came up

from vimeo-depth-viewer.

juniorxsound avatar juniorxsound commented on May 29, 2024

Sounds like this solves the issue but in case it doesn't feel free to re-open / open a new one

from vimeo-depth-viewer.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.