Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jirihnidek/verse-ply-uploader
- Owner: jirihnidek
- License: gpl-2.0
- Created: 2014-07-08T07:07:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-30T15:23:55.000Z (over 10 years ago)
- Last Synced: 2023-04-01T02:16:47.421Z (over 1 year ago)
- Language: C
- Size: 199 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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