updated readme
This commit is contained in:
parent
811607c413
commit
f2038b1f21
15
README.md
15
README.md
|
@ -1,15 +1,24 @@
|
||||||
# Canvas Editor
|
# Canvas Editor
|
||||||
|
|
||||||
An *alternative* [Playcanvas Engine](https://github.com/playcanvas/engine) Editor
|
An *alternative* WebGL /[Playcanvas Engine](https://github.com/playcanvas/engine) Editor
|
||||||
|
|
||||||
## Why
|
## Why
|
||||||
|
|
||||||
- Better understanding the internals of [Playcanvas]()
|
- Better understanding the internals of [Playcanvas]() / WebGL
|
||||||
- Built larger [RiotJS]() application
|
- Built larger [RiotJS]() application
|
||||||
- Convert to standalone app using [Electron]()
|
- Ability to be a standalone ([Electron]())
|
||||||
- Store assets *locally*
|
- Store assets *locally*
|
||||||
- Free
|
- 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
|
## Is it Ready
|
||||||
|
|
||||||
NO!
|
NO!
|
Loading…
Reference in New Issue