All Projects → vittorioromeo → vrm_pp

vittorioromeo / vrm_pp

Licence: other
Small C++ preprocessor library

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
shell
77523 projects

Projects that are alternatives of or similar to vrm pp

vrm core
Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)
Stars: ✭ 31 (+158.33%)
Mutual labels:  vrm, ssv
aframe-xylayout
Flexbox like 2D layout + UI components for A-Frame.
Stars: ✭ 23 (+91.67%)
Mutual labels:  vr
ls-psvr-encoder
A simple command line tool to encode your 180 and 360 videos for sideloading with Littlstar's VR Cinema app for PSVR.
Stars: ✭ 61 (+408.33%)
Mutual labels:  vr
defisheye
convert ricoh-theta dual fisheye video to equirectangular format
Stars: ✭ 47 (+291.67%)
Mutual labels:  vr
Joy2OpenVR
Interface to OpenVR Input Emulator to translate any Direct Input controllers commands into VR Controller commands
Stars: ✭ 25 (+108.33%)
Mutual labels:  vr
LocalSimulation
This plugin allows you to essentially create PxScene or Physic Scenes by placing an Actor, and adding other Static Mesh Components and soon Skeletal Mesh components within this space. Adding Constraints, and Forces will work as expected, but now with the additional layer of abstraction so that simulation can be anchored to a transform.
Stars: ✭ 42 (+250%)
Mutual labels:  vr
icosa-viewer
3D Viewer component for Tilt Brush / Open Brush, Google Blocks files and their derivatives
Stars: ✭ 24 (+100%)
Mutual labels:  vr
aframe-chromakey-material
A chromakey material for green screening in A-Frame. Perfect for blockbuster hollywood effects in VR! 🤗🎬💚
Stars: ✭ 53 (+341.67%)
Mutual labels:  vr
island-viz
IslandViz: A Tool for Visualizing Modular Software Systems in Virtual Reality
Stars: ✭ 17 (+41.67%)
Mutual labels:  vr
WebSight
Aiding the visually impaired through real time augmented reality, AI object detection, WebGL shaders effects such as edge detection, and colour adjustments.
Stars: ✭ 26 (+116.67%)
Mutual labels:  vr
zeo
Multiplayer WebVR worlds made out of npm modules.
Stars: ✭ 47 (+291.67%)
Mutual labels:  vr
harfang3d
HARFANG 3D source code public repository
Stars: ✭ 173 (+1341.67%)
Mutual labels:  vr
earth-webgl
Photorealistic 3D earth and space scene demo rendered and animated in WebGL.
Stars: ✭ 72 (+500%)
Mutual labels:  vr
lit
a little preprocessor for literate programming
Stars: ✭ 108 (+800%)
Mutual labels:  preprocessor
UniVRMExtensions
pokemori.booth.pm/items/1788660
Stars: ✭ 25 (+108.33%)
Mutual labels:  vrm
Streamlit-Applications
Deep Learning and Computer Vision Applications using Streamlit
Stars: ✭ 55 (+358.33%)
Mutual labels:  vr
air writing
Online Hand Writing Recognition using BLSTM
Stars: ✭ 26 (+116.67%)
Mutual labels:  vr
vr-python-quickstart-hg1
VR Headset Controller Tutorial, get started with virtual reality in Python
Stars: ✭ 29 (+141.67%)
Mutual labels:  vr
vrtist
Virtual Reality tool for storytelling
Stars: ✭ 43 (+258.33%)
Mutual labels:  vr
typescript-babel-jest
DEPRECATED: ⚡ Typescript-babel jest preprocessor
Stars: ✭ 33 (+175%)
Mutual labels:  preprocessor

vrm_pp

Lightweight C++ preprocessor library.

build stability license gratipay badge.cpp on-wandbox on-godbolt

Intended usage (quick start)

  1. Add this repository and SuperV1234/vrm_cmake as submodules of your project, as subfolders in your_project/extlibs/:

    git submodule add   https://github.com/SuperV1234/vrm_cmake.git   your_project/extlibs/vrm_cmake
    git submodule add   https://github.com/SuperV1234/vrm_pp.git      your_project/extlibs/vrm_pp
  2. Include vrm_cmake in your project's CMakeLists.txt and look for the vrm_pp extlib:

    # Include `vrm_cmake`:
    list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/extlibs/vrm_cmake/cmake/")
    include(vrm_cmake)
    
    # Find `vrm_pp`:
    vrm_cmake_find_extlib(vrm_pp)
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].