Skip to content

bendon/Verse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VERSE API Library

Description

The Verse API offers new ways to create augmented reality applications for any type of device or eyewearable, with a set of utils and user interfaces based on OpenGL/ES that make it easy to create AR apps.

Requirements

To compile this library you need these libraries and applications:

  • OpenGL
  • OpenCV
  • Freetype2
  • CMake

Compilation

First create your build scripts with CMake. You can use the CMake GUI or command line.

mkdir build
cd build
cmake ../
make
make install	

Copyright

Copyright © 2012, Augmate Corporation LLC.

This file is part of VERSE.

VERSE is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

VERSE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with VERSE. If not, see http://www.gnu.org/licenses/.

About

Verse Augmented Reality API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published