All Projects → vittorioromeo → vrm_core

vittorioromeo / vrm_core

Licence: other
Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to vrm core

vrm pp
Small C++ preprocessor library
Stars: ✭ 12 (-61.29%)
Mutual labels:  vrm, ssv
6umpukc
Тулинг для разработки сайтов и решений на Bitrix под Ubuntu/Windows
Stars: ✭ 13 (-58.06%)
Mutual labels:  core
bodyparser
BodyParser Middleware For AdonisJS
Stars: ✭ 29 (-6.45%)
Mutual labels:  core
KBC--Kaun-Banega-Crorepati
It is Core Java based Game based on Indian television game show having best animation as possible in Core java 5000+ lines
Stars: ✭ 38 (+22.58%)
Mutual labels:  core
Project17-B-Map
Map SDK를 활용한 POI Clustering Interaction Dev
Stars: ✭ 78 (+151.61%)
Mutual labels:  core
OfficeDocs-OfficeOnlineServer
Documentation for Office Online Server
Stars: ✭ 13 (-58.06%)
Mutual labels:  core
tortuga
A modern game engine built using dot net core
Stars: ✭ 14 (-54.84%)
Mutual labels:  core
ESP8266-HomeKit-Air-Quality-Sensor-Elgato-Eve-Room
ESP8266 based  Homekit Indoor Air Quality sensor that acts like Eve Room🌱
Stars: ✭ 58 (+87.1%)
Mutual labels:  core
encryption
Encryption provider for AdonisJs
Stars: ✭ 14 (-54.84%)
Mutual labels:  core
Zest Framework
Core files of AlphaZ Framework
Stars: ✭ 15 (-51.61%)
Mutual labels:  core
application
AdonisJS application class to read app related data
Stars: ✭ 19 (-38.71%)
Mutual labels:  core
assemblyline-core
Core server components for Assemblyline 4 (Alerter, dispatcher, expiry, ingester, scaler, updater, ...)
Stars: ✭ 16 (-48.39%)
Mutual labels:  core
coresoftware
Our big core software repository
Stars: ✭ 22 (-29.03%)
Mutual labels:  core
conjur-api-go
Go client for the CyberArk Conjur API
Stars: ✭ 13 (-58.06%)
Mutual labels:  core
fedar-f1-rv64im
5-Stage Pipelined RV64IM RISC-V CPU design in Verilog.
Stars: ✭ 131 (+322.58%)
Mutual labels:  core
core
Apiato Core Package
Stars: ✭ 52 (+67.74%)
Mutual labels:  core
ArduinoXInput AVR
AVR boards package for the ArduinoXInput project
Stars: ✭ 53 (+70.97%)
Mutual labels:  core
tgEasy
tgEasy | Easy for a Brighter Shine | Monkey Patcher Addon for Pyrogram
Stars: ✭ 36 (+16.13%)
Mutual labels:  core
conjur-quickstart
Start securing your secrets and infrastructure by installing Conjur, using Docker and the official Conjur containers on DockerHub.
Stars: ✭ 18 (-41.94%)
Mutual labels:  core
PolyDraw
✳️ PTSource PolyDraw is a free 3D polygonal modeller for Windows x86 and x64, for creating or modifying 3D objects using a mesh of 3D points and parametric NURBS Curves .Exports and imports to over 40 formats including WebVR and 3D Printing.
Stars: ✭ 17 (-45.16%)
Mutual labels:  vrm

vrm_core

General-purpose C++17 utility library.

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

Intended usage (quick start)

  1. Add this repository, SuperV1234/vrm_cmake and SuperV1234/vrm_pp 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
    git submodule add   https://github.com/SuperV1234/vrm_core.git    your_project/extlibs/vrm_core
  2. Include vrm_cmake in your project's CMakeLists.txt and look for the vrm_pp and vrm_core extlibs:

    # Include `vrm_cmake`:
    list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/extlibs/vrm_cmake/cmake/")
    include(vrm_cmake)
    
    # Find `vrm_pp` and `vrm_core`:
    vrm_cmake_find_extlib(vrm_pp)
    vrm_cmake_find_extlib(vrm_core)

(Altenatively, only add vrm_core and vrm_cmake as submodules, and recursively pull submodules to let vrm_core find 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].