An open API service indexing awesome lists of open source software.

https://github.com/eldar/osggeotest

Example applications and data for the osgGeo project.
https://github.com/eldar/osggeotest

Last synced: about 1 year ago
JSON representation

Example applications and data for the osgGeo project.

Awesome Lists containing this project

README

          

osgGeoTest
==========

This repository contains example applications and data that use osgGeo libarary.

How to build.
-------------

```bash
git clone git@github.com:dgbtingdahl/osgGeo.git
git clone git@github.com:eldar/osgGeoTest.git
cd osgGeoTest
mkdir build
cd build
cmake ../
make
```

How to run.
-----------

Horizon example (assuming current directory osgGeoTest/build)

```bash
./horizon_test ../data/horizonF3.bin
```