Giter Club home page Giter Club logo

unrealyaml's Introduction

UnrealYAML: A Unreal-Compatible Wrapper for the yaml-cpp Library

Welcome to the UnrealYAML Plugin, a Plugin that allows the parsing and emitting of YAML files, based on the yaml-cpp Library

Current yaml-cpp base commit: 328d2d8

Important Node: The Plugin is far from finished and needs more testing, bug fixing and features to become fully usable and to work natively in Unreal! Feel free to contribute

Features

  • Basic Functionality
    • Assigment
    • Convers Conversion to and from most frequently used Unreal Types
    • Iterators
    • Loading and Saving Files
  • Usable in Blueprint and C++
  • Automatic Parsing to Unreal Struct using the Unreal Reflection System.

TODO

  • Node into Struct Parsing:
    • With Blueprint Structs (if possible)
    • Option to respect case on key values (currently always case insensitive)
    • Add Map Parsing
    • Parse Struct into Node (Reverse Direction)
  • Sequences and Maps into TArray<Node> and TMap<FString, Node> for Iteration in Blueprints
  • Interfacing with Unreal JSON Plugin?
  • Wrapper class for the Emitter?
  • Schema Verification?

Tutorial

You can find some examples in the corresponding wiki page. Since this is a thin wrapper around the yaml-cpp library, many of the things in their wiki can also be applied to this Plugin too.

Patches

I used some patches ontop of the yaml-cpp library to ease the integration:

  • enum-class: Changed enums to enum classes to remove -Wshadow error

unrealyaml's People

Contributors

jwindgassen avatar oktomus avatar cleroth avatar x-designer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.