forked from Candlestickers/Candlestick
-
Notifications
You must be signed in to change notification settings - Fork 0
Engine overview
hobbsy edited this page Jul 5, 2026
·
1 revision
The Wick Engine, or the engine folder, is the core of all Editor logic. It's compiled by Gulp into wickengine.js, which is a concatenation of all the engine components. If you add a new class to the engine, gulpfile.js has got to know. The engine is split into these files and folders:
- lib- Core engine libraries: paper.js, Tween.js, croquis.js, etc.
- src- The real deal. All code is in here.
- tests- A duplication of src, as far as I can telll. I have no idea what it does.
- gulpfile.js- The engine concatenator, explained above.
- jsdocs.json- Generates documentation.
- package.json- Just repo data and devdependencies.
- CNAME_EDITOR- IDK the point of this
- README.md- A short guide to the engine.
- LICENSE- The open-source license.