Demo added

This commit is contained in:
barsdeveloper
2023-04-27 22:18:50 +02:00
parent dc3e50e09b
commit 74a9dd7ca3
2 changed files with 56 additions and 31 deletions

View File

@@ -12,6 +12,9 @@ A stand alone editor implementation of the UE's Blueprint visual language. (WIP)
- 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.
## Demo:
[Try it!](https://barsdeveloper.github.io/ueblueprint/)
## How to use:
TODO