GithubHelp home page GithubHelp logo

a2flo / libwarp Goto Github PK

View Code? Open in Web Editor NEW
15.0 4.0 3.0 139 KB

Image-space Warping library, implementing scatter-based warping, bidirectional gather-based warping and forward-only gather-based warping.

Shell 30.34% C++ 56.25% Objective-C++ 5.08% GLSL 3.42% Metal 4.14% CMake 0.77%

libwarp's Introduction

libwarp

Image-space Warping library, implementing scatter-based warping, bidirectional gather-based warping and forward-only gather-based warping.

Build Instructions:

  • build and install libfloor: https://github.com/a2flo/floor
  • Unix: ./build.sh
  • OS X: open libwarp.xcodeproj in Xcode and build
  • Windows: open libwarp.sln in Visual Studio and build

Installation (Linux, OS X, other Unix):

  • mkdir -p /opt/libwarp
  • sudo ln -sf /path/to/libwarp/include /opt/libwarp/include
  • sudo ln -sf /path/to/libwarp/bin /opt/libwarp/lib
  • alternatively: copy these files/folders there

Installation (Windows / VS / MinGW/MSYS2):

  • create a “%ProgramFiles%/libwarp” folder (C:/Program Files/libwarp)
  • inside this folder:
    • copy the libwarp “include” folder there
    • create a “lib” folder and copy libwarp.lib/libwarpd.lib there

example:

snippets:

  • GLSL, Metal and libfloor compute/graphics C++ snippets to render the required scatter/gather images can be found in the “etc/” folder

libwarp's People

Contributors

a2flo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

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.