Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jirihnidek/verse-ply-uploader

PLY uploader to Verse server
https://github.com/jirihnidek/verse-ply-uploader

Last synced: about 8 hours ago
JSON representation

PLY uploader to Verse server

Awesome Lists containing this project

README

        

# Verse PLY Uploader

This program is command line tool that can be used for uploading PLY models
to Verse server.

## Requirements

* GCC http://gcc.gnu.org/ or Clang http://clang.llvm.org/
* CMake http://www.cmake.org/
* libRPLY https://github.com/jirihnidek/librply
* Verse https://github.com/verse/verse
* OpenGL http://www.opengl.org/ (optional)
* GLUT http://www.opengl.org/resources/libraries/glut/ (optional)

## Build

This program can be build using CMake.

$ mkdir build
$ cd ./build
$ cmake ../
$ make

## Usage

You can start this command line

$ verse_ply_uploader -f bunny.ply localhost