mantaraya36 / horosphere

versor and allosphere glue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

horosphere provides glue for using versor within allosystem projects

for now this assumes you have allosystem and versor installed along side this repo, for instance in $(HOME)/code/, you have done the following:

cd $HOME/code/ git clone git://github.com/AlloSphereResearchGroup/AlloSystem.git git clone git://github.com/wolftype/versor.git git clong git://github.com/wolftype/horosphere.git

make and test allosystem and versor independently, then test this current repo:

./compile.sh demos/graphics/xSimpleApp.cpp ./build/bin/xSimpleApp

to build in the allosphere: ./allocompile.sh demos/graphics/xSimpleApp.cpp ./deployAndRun.sh xSimpleApp

About

versor and allosphere glue


Languages

Language:C++ 93.2%Language:CMake 3.4%Language:Shell 2.7%Language:C 0.7%