Code Monkey home page Code Monkey logo

multiview's Introduction

Multiview

A program which calculates different optical measures in Opengl.

QMakeTest

Compile: You will need the following librarys: libopenexr-dev, libpng-dev

For faster loading of wavefront-files clone the following repository into src/fast_float: https://github.com/fastfloat/fast_float.git

After compiling the program can be started with ./Multiview (<script>)

This will open the gui and run the commands of the script line by line if specified. Control can be done either by command line or by the gui. The most important commands are:

object myobject ${sdir}/../../meshes/sphere.obj pos 0 0 0 scale 1 1 0.5 #Reads a wavefront-file, names it myoobject and performs transformations (from left to right)

id myobject 255 #Assigns an id, which can be rendered into an exported image for further computation

camera mycamera #Creates a new camera

anim "anim.csv" myobject pos myobject rot mycamera pos mycamera rot #each label indicates how to interpret the representing column <rot/pos>, rotations are fetched in quaternions, columns can be skipped by scip

exit #Exit program

help # Get a longer list of possible commands.

Putting an & at the end of the line results of running the command in background, which can be usefull to increse overall performance but keep in mind, that the program works as a state-machine, making it necessary to synchronize/wait for pending tasks.

For more information please visit the wiki at https://github.com/PaulStahr/Multiview/wiki

multiview's People

Contributors

ovalerio avatar paulstahr 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.