From d2e5e275d3c77a95614edbdce9d297ad271dbaff Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Tue, 24 Jan 2023 18:51:49 +0000 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index be63769..53df9b4 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,20 @@ # PlayCanvas Editor -The PlayCanvas Editor is a visual editing environment for building WebGL/WebGPU/WebXR apps. It is built on the following open source libraries: +The PlayCanvas Editor is a visual editing environment for building WebGL/WebGPU/WebXR apps. It can be accessed at https://playcanvas.com. -* [PlayCanvas Engine](https://github.com/playcanvas/engine). -* [Observer](https://github.com/playcanvas/playcanvas-observer). -* [PCUI](https://github.com/playcanvas/pcui). -* [PCUI-Graph](https://github.com/playcanvas/pcui-graph). -* [Editor API](https://github.com/playcanvas/editor-api). +![Editor](images/editor.png) -The Editor can be accessed at https://playcanvas.com. +## Open Source -![Editor](images/editor.png) +The Editor is built on the following open source libraries: + +| Library | Details | +| ------------------------------------------------------------- | ------------------------------------------- | +| [PlayCanvas Engine](https://github.com/playcanvas/engine) | Powers the Editor's 3D View and Launch Page | +| [Observer](https://github.com/playcanvas/playcanvas-observer) | Data binding and history | +| [PCUI](https://github.com/playcanvas/pcui) | Front-end component library | +| [PCUI-Graph](https://github.com/playcanvas/pcui-graph) | PCUI plugin for rendering node-based graphs | +| [Editor API](https://github.com/playcanvas/editor-api) | Public API for Editor automation | ## Issues