All Projects → openspatial → Openspatial Windows

openspatial / Openspatial Windows

Open Spatial Windows SDK

Labels

Projects that are alternatives of or similar to Openspatial Windows

Pri
Collect pri files of qmake
Stars: ✭ 5 (-37.5%)
Mutual labels:  cmake
Pepper plymouth ros
A set of launch files and configuration files for Plymouth University's Pepper robot
Stars: ✭ 22 (+175%)
Mutual labels:  cmake
Moneymanagerex
Money Manager Ex is an easy to use, money management application built with wxWidgets
Stars: ✭ 836 (+10350%)
Mutual labels:  cmake
Phantomx control
ROS package providing ROS controller description and launch files for the Phantom X hexapod robot
Stars: ✭ 6 (-25%)
Mutual labels:  cmake
Ros Teensy
🚧 Extension to build code for the teensy boards from catkin
Stars: ✭ 16 (+100%)
Mutual labels:  cmake
Gr Rtty
RTTY decoder for Gnuradio
Stars: ✭ 24 (+200%)
Mutual labels:  cmake
Assimp
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
Stars: ✭ 7,309 (+91262.5%)
Mutual labels:  cmake
Bestnote
👊 持续更新,Java Android 近几年最全面的技术点以及面试题 供自己学习使用
Stars: ✭ 841 (+10412.5%)
Mutual labels:  cmake
Stm32cclib
STM32 C++ Library and HAL
Stars: ✭ 18 (+125%)
Mutual labels:  cmake
Physfs Aes
PhysFS 2.0.2 with AES encryption support
Stars: ✭ 7 (-12.5%)
Mutual labels:  cmake
Ogreoculussample
A (small) sample of how to render to the Oculus Rift in OGRE 3D. This does not use the direct mode, instead, the rift must be set to extended mode.
Stars: ✭ 6 (-25%)
Mutual labels:  cmake
Pro Cmake
Cmake template for C/C++/Qt Project.
Stars: ✭ 16 (+100%)
Mutual labels:  cmake
C cpp project framework
CMake build system( framework) with kconfig support for C/CPP projects
Stars: ✭ 26 (+225%)
Mutual labels:  cmake
Openni launch
This repo is DEPRECATED but will be kept for backward compatibility. To stay up-to-date please visit openni_camera repo:
Stars: ✭ 5 (-37.5%)
Mutual labels:  cmake
Aesjniencrypt
Make safest code in Android. (基于libsodium实现加解密,key在native中,防止被二次打包){长期维护,请star,勿fork}
Stars: ✭ 840 (+10400%)
Mutual labels:  cmake
Libsndfile
A C library for reading and writing sound files containing sampled audio data.
Stars: ✭ 799 (+9887.5%)
Mutual labels:  cmake
Cmake modules
A common repository for CMake Modules which are not distributed with CMake but are commonly used by ROS packages.
Stars: ✭ 24 (+200%)
Mutual labels:  cmake
Cmake Examples
A collection of as simple as possible, modern CMake projects
Stars: ✭ 843 (+10437.5%)
Mutual labels:  cmake
Industrial calibration tutorials
Tutorials for industrial calibration package.
Stars: ✭ 7 (-12.5%)
Mutual labels:  cmake
Camodet
Lightweight Simple CAmera MOtion DETection application.
Stars: ✭ 26 (+225%)
Mutual labels:  cmake

openspatial-windows

Open Spatial Windows SDK

Open Spatial Service Instructions (v0.0.4)

Welcome to the Open Spatial Windows Service. Here are some basic instructions to get you started.

As of 9/21/2015 (v0.0.3) the Windows SDK and service has been majorly modified. We have rewritten the entire SDK and service to improve robustness. Please refer to this guide to learn how to use the new SDK

===================

For SDK Documentation please visit: http://dev.nod.com/docs/windows/getting-started/

NOTE: EXAMPLE APP INSTRUCTIONS HAVE BEEN CHANGED AND MAY NOT BE REFLECTED ON OUR DEVELOPER SITE

Example Application Instructions:

Note: The example app requires cmake v2.8.8 or higher. Please download from, https://cmake.org/download/

  1. Install CMake and the Nod SDK
  2. navigate to the OpenSpatialExample directory in a CMD prompt.
  3. create a build folder (mkdir build)
  4. cd into the build directory (cd build)
  5. run: cmake .. -G "Visual Studio 14 2015"
  6. This will generate a visual studio solution, which you should be able to build and run.

Note: to use different compilers (ninja, visual studio 2013, etc) you can change the -G argument please refer to CMake documentation for the types of genrators.

It is not required to use cmake with the Nod SDK we have just created the example application with cmake for ease of distribution across different systems.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].