Skip to content

Plugin to parse from and print to yaml.

License

Notifications You must be signed in to change notification settings

bakana808/godot-yaml

 
 

Repository files navigation

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 rapidyaml (https://github.com/biojppm/rapidyaml).

How to Build

  • Apply patches/rapidyaml-Allow_stopping_of_parser.patch to rapidyaml
  • Build and install rapidyaml (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

About

Plugin to parse from and print to yaml.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.4%
  • Python 12.9%
  • PowerShell 3.7%