Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gree/lwf-loader
lwf-loader provides many functions which support LWF usages in game development.
https://github.com/gree/lwf-loader
Last synced: about 2 months ago
JSON representation
lwf-loader provides many functions which support LWF usages in game development.
- Host: GitHub
- URL: https://github.com/gree/lwf-loader
- Owner: gree
- License: zlib
- Created: 2013-10-25T09:29:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T05:58:48.000Z (over 9 years ago)
- Last Synced: 2023-04-11T19:38:31.741Z (over 1 year ago)
- Language: JavaScript
- Size: 1.79 MB
- Stars: 14
- Watchers: 11
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LWF Loader
==========
Loads LWF in a simple and easy way.
This is the assistant tool for [LWF Library](https://github.com/gree/lwf).[LWF Loader Overview](http://gree.github.io/lwf-loader/)
How to run?
------------
1. Download the latest version of `lwf.js` from [LWF Repository](https://github.com/gree/lwf).
2. Download [underscore.js](http://underscorejs.org/) or compatible library.
3. Include above files with `lwf-loader.js` to your project.
4. Call loader function in your project.Please refer to [LWF demo page](http://gree.github.io/lwf-demo/) for samples and more information.
Structure
----------
```
|-- lwf-loader
| |-- js
| |-- lwf-loader.js
| |-- lwf-loader.min.js
| |-- README.md
```* **/lwf-loader/js/lwf-loader.js**
Main implementation of lwf-loader.
* **/lwf-loader/js/lwf-loader.min.js**
Minified version of `lwf-loader.js`. Closure compiler(SIMPLE_OPTIMIZATIONS) is applied for minification.
Documentation
--------------
[LWF Loader Document](http://gree.github.io/lwf-loader/lwfloader-doc/lwfloader.html)[LWF Loader 日本語版ドキュメント](http://gree.github.io/lwf-loader/lwfloader-doc/ja/lwfloader.html)