A simple framework in EC pattern for HTML5 marketing pages.
- GPU memory sensitive code
- common managers
- resource manager
- scene manager
- common systems
- component system
- render system
- scale system
- visibility system
- sound system
- tween system
- HUD system
- ...
- common display object for developing marketing page
- DOM
- HTML5Video / CanvasVideo
- ...
- useful helpers
- unicode string helper
- random number helper
- ...
- thoughtful and organized modules
- ft/core
- ft/res
- ft/scene
- ft/display
- ft/component
- ft/animation
- ft/sound
- ft/filter
- ft/time
- ft/store
- ft/util
- ft/debug
- ft/wireframe
- ...
Not ready to release.
Visit starter-ft to get examples about how to use this library.
ft hacks codes from pixi.js. So, when updating pixi.js, remember to search OVERRIDES ORIGINAL PIXI CODE
in order to locate related codes.
ft is supported by following libraries:
- 2D Renderer - pixi.js
- Spine support - pixi-spine
- Sound support - pixi-sound
- Tween library - es6-tween
- Web Console - vConsole
- ...
MIT © YIZ