Skip to content

GoodNamesAreTaken/SuperDarwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cocos2d-html5 + require.js template project

Purpose

The goal of this project is to integrate cocos2d-html5 and requirejs. RequireJS has the following advantages comparing to cocos's built in js loader:

  • lazy load of a modules at run time. Dependencies of each modules will be resolved automatically, developer doesn't need to list script files in right order.
  • built in optimization tool that allows to combine all modules in one single js file.

Bundled verions of a library

Currently the versions are following:

Additional helper scripts

Project also contains two helper utilities:

  • server.js - runs static HTTP server on 8888 port. Requires NodeJS;
  • build.sh - optimizes all JS and CSS files. Ready for deployment version of the app will be saved at ./build directory.

Releases

No releases published

Packages

No packages published