Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjcliffe/CubicVR
CubicVR 3D Engine, C++ version
https://github.com/cjcliffe/CubicVR
Last synced: 3 months ago
JSON representation
CubicVR 3D Engine, C++ version
- Host: GitHub
- URL: https://github.com/cjcliffe/CubicVR
- Owner: cjcliffe
- License: mit
- Created: 2011-05-03T02:29:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-02T04:46:16.000Z (almost 12 years ago)
- Last Synced: 2024-04-24T20:07:48.174Z (7 months ago)
- Language: C++
- Homepage: http://www.cubicvr.org/
- Size: 8.23 MB
- Stars: 80
- Watchers: 13
- Forks: 22
- Open Issues: 9
-
Metadata Files:
- Readme: README
- License: LICENSE.TXT
Awesome Lists containing this project
README
CubicVR 3D Engine, C++ Version, copyright (c) 2003 by Charles J. Cliffe
Licensed under the MIT license, refer to LICENSE.TXT for information.
CubicVR utilizes the CMake cross-platform build system.
CMake and relevant documentation can be acquired at http://www.cmake.org/
CubicVR Library:
Use CMake source of the cubicvr repository, and set the destination to the product/ subfolder.
build the 'install' project to place libraries into build/lib, headers into build/include and shaders into build/shaders
CubicVR Examples:
Use CMake source of the examples/ repository subfolder, and set the destination to examples/product/ subfolder.