/godot-yaml

Plugin to parse from and print to yaml.

Primary LanguageC++MIT LicenseMIT

godot-yaml

Library to parse from and print to yaml.

This is a native library that allows parsing to and reading from YAML files.

It uses yaml-cpp (https://github.com/jbeder/yaml-cpp).

How to Build

  • Build and install yaml-cpp (Sconstruct will also look in (godot-yaml)/yaml-cpp if you do not want it in a general location)
  • Make sure you have pulled the godot-cpp module (with all its modules)
  • run scons