From cb98b850847ef01de01593ec4165ce8d4d781999 Mon Sep 17 00:00:00 2001 From: barsdeveloper <84736467+barsdeveloper@users.noreply.github.com> Date: Wed, 8 Feb 2023 09:47:21 +0100 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e90e7f..0acf692 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -# ueblueprint -Unreal Engine's Blueprint visualisation library +# UEBlueprint + +A stand alone editor implementation of the Unreal Engine's Blueprint visual language. (WIP) + +## Features: + +- Intercommunicates with UE (can copy nodes both ways). +- Can be used as a WEB library to visualize, interact and modify Blueprint graphs. +- Can be used inside VS Code to operate directly on files from a UE project (in the future). +- Graph shown is pixel-similar to how it appears in UE. +- Graph behaves the same way as it does in UE (with the default settings). +- All the information shown in he graph is just the one embedded in the serialized text (in VS Code it should be able to access assets also). +- Modern object oriented, clean, JavaScript codebase. + +## How to use: + +TODO