OfxYAML
Wrapper for yaml-cpp
Install / Use
/learn @michaelbaisch/OfxYAMLREADME
ofxYAML
A wrapper for yaml-cpp.
Tested with OpenFrameworks (0.10.0).
Works with both macOS Sierra (Xcode 9.4) and Windows (VS 2017).
On Linux make sure you install yaml-cpp according to your distribution's guidelines.
Usage
You can use the OF Project Generator to add this addon in your project.
#include "ofxYAML.h"
Place your yaml file in the bin/data folder and access it with:
yaml.load("config.yaml");
int framerate = yaml["frameRate"].as<int>();
bool verticalSync = yaml["verticalSync"].as<bool>();
string title = yaml["title"].as<string>();
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
