barsdeveloper 6ce665e91f Simplify layout using grid (#7)
* Various style fix WIP

* Removing pin wrapper WIP

* Restore pin wrapper

* WIP

* Several style fixes

* Fix dropdown resizing

* Minor style adjustment, dorpdown bug fix

* Pins sizing

* Additional tests and style fixes

* More size tests and fixes

* More robust styling

* Small format fix
2023-05-18 19:46:45 +02:00
2022-09-07 19:31:16 +02:00
2023-05-18 19:46:45 +02:00
2023-05-18 19:46:45 +02:00
2023-05-18 19:46:45 +02:00
2023-05-18 19:46:45 +02:00
2023-04-06 19:31:58 +02:00
2023-05-15 22:29:52 +02:00
2023-05-15 22:29:52 +02:00
2023-05-01 14:42:01 +02:00
2021-06-29 16:26:39 +02:00
2023-04-27 22:18:50 +02:00

UEBlueprint

A stand alone editor implementation of the UE'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.

Demo:

Try it!

How to use:

TODO

Description
Unreal Engine's Blueprint visualization web library
Readme MIT 11 MiB
Languages
JavaScript 88.9%
HTML 7.3%
SCSS 3.8%