From f2038b1f21d8ef8108072ee93d9637a5a9af9d68 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sun, 11 Mar 2018 04:02:15 -0400 Subject: [PATCH] updated readme --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 943add4..53cbd72 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,24 @@ # Canvas Editor -An *alternative* [Playcanvas Engine](https://github.com/playcanvas/engine) Editor +An *alternative* WebGL /[Playcanvas Engine](https://github.com/playcanvas/engine) Editor ## Why -- Better understanding the internals of [Playcanvas]() +- Better understanding the internals of [Playcanvas]() / WebGL - Built larger [RiotJS]() application -- Convert to standalone app using [Electron]() +- Ability to be a standalone ([Electron]()) - Store assets *locally* - Free +## USAGE WARNING + +Currently, `vendor` libraries are **NOT** included. For this to *work* create a `vendor` folder inside `assets/js` and add + +- playcanvas-latest.js +- riot+compiler.js + +> not much working, mostly hacking out ui ideas + ## Is it Ready NO! \ No newline at end of file