Giter Site home page Giter Site logo

omnirobotic / mlib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from niessner/mlib

0.0 1.0 0.0 5.08 MB

Research Library used in the Visual Computing Lab

Home Page: http://niessnerlab.org

License: MIT License

HLSL 0.31% C++ 85.78% C 13.79% Objective-C 0.01% ShaderLab 0.07% Makefile 0.04%

mlib's Introduction

mLib is a library to support research projects, and has been used in a large number of publications. 
You are free to use this code with proper attribution under the MIT license (Please see LICENSE).
For the possibilities of commercial use, please contact the authors.


CONTACT (feel free to contact us):
[email protected]
[email protected]
[email protected]


INSTALLATION:
Make to check out mLib and mLibExternal on the same directory level; ideally, in you work folder. A typical file structure looks this:
E:\Work\mLib
E:\Work\mLibExternal
E:\Work\<project name>

Most code was developed under VS2013, but the library is cross platform and most modules run under Windows, Linux, and Mac. Example projects can be found in mLib\test.
In order to add mLib to your project create mLibInclude.h and mLibInclude.cpp files to. These file need to be added to your to your VisualStudio project or Makefile.


Requirements:
- All external libraries are in mLibExternal (the idea is that everybody is using the same library versions)
- DirectX SDK June 2010 (needs to be separately installed for Windows rendering)


We are also looking for active participation in maintaining and extending mLib. However, please when you are changing the API be aware that you might break other research projects.


Example of mLibInclude.h:
	#include "mLibCore.h"
	#include "mLibD3D11.h"
	#include "mLibD3D11Font.h"
	#include "mLibDepthCamera.h"
	#include "mLibANN.h"
	#include "mLibEigen.h"
	#include "mLibLodePNG.h"
	#include "mLibZLib.h"
	#include "mlibCGAL.h"
	#include "mLibOpenMesh.h"
	#include "mLibFreeImage.h"	//this must be included after OpenMesh; otherwise there is a crash
	using namespace ml;


Example of mLibInclude.cpp:
	#include "mLibCore.cpp"
	#include "mLibD3D11.cpp"
	#include "mLibLodePNG.cpp"
	#include "mLibZLib.cpp"

mlib's People

Contributors

niessner avatar techmatt avatar angeladai avatar bennihepp avatar minnmann avatar mx7f avatar zdevito avatar dazinovic avatar

Watchers

James Cloos 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.