Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jan 24, 2023
1 parent 9db74ba commit d2e5e27
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d2e5e27

Please sign in to comment.