g--o / JSCF

JavaScript Canvas Framework
http://g--o.github.io/web-JSCF/
Apache License 2.0
8 stars 1 forks source link

Editor: Meta-program code editor #11

Closed g--o closed 5 years ago

g--o commented 6 years ago

Adding an existing web code editor to be combined with the editor (essentially meta-program). Will allow to edit the game scripts and save them to disk. Will update engine as well.

Right now considering:

Note: Should work client-side only, AND work offline (beware of chrome cross origin stuff).

g--o commented 5 years ago

Decided to create JSCFEditor, a "fork" of ace.tern; works offline and is incredibly fast.