• Stars
    star
    303
  • Rank 137,655 (Top 3 %)
  • Language
    TypeScript
  • Created about 8 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Manual docs content for Cocos Creator

Cocos Creator User Manual

Requirements

This documentation site is powered by GitBook. You can check out the online version here.

You need Node.js and npm to be able to build the site.

To install gitbook:

npm install gitbook-cli -g

Install gitbook plugins:

gitbook install

Install gulp and other modules:

npm install gulp -g
npm install

Preview

To preview the doc, run the following command:

npm run preview

Or

npm run preview -- -o file1,file2...

The first command will build and launch web server to host the site. It will also enable live reload plugin, so your changes to the markdown source file will automatically triggers the rebuild of the docs.

The second command allows you to build the page that you assigned straightly. Please change the file1,file2... to your own file name, then execute preview command. And this command will help you rebuild the .bookignore file which can let you ignore the files that you didn't change when you rebuild the doc.

After generation finished, don't quit server process, run the following command in other terminal context:

gulp prune-left-bar

This will remove unused links from left bar.

Build

If you just want to build the markdown to html, use this command:

npm run build

You can also build the doc for ebook formats (PDF, ePub, mobi), please following this guide:

https://toolchain.gitbook.com/ebook.html

If you need to publish to the website, you'd better build it on Mac. If use Windows, some redundant .md file will also generated.

Build Graphviz files

You're able to use Graphviz to draw flow charts. The only supported generated format is SVG.

To build Graphviz files(.dot), run:

npm run build:dots

The output SVG file would be generated at the same directory the graphviz file in, with same file name but extension replaced by ".svg".

Content Editing

The markdown source of this book is in language specific folders /en and /zh. Language options are registered in LANGS.md file.

Index

In each language folder there is an SUMMARY.md file, which contains all the pages to build and also this file serves as a sidebar navigation list. Any markdown source file that are not listed in this index will not be build.

In this index file, just write links to each markdown file in a list. Indented list is for chapters that contains expandable subs. For example:

- [Using Editor](getting-started/basics/editor-overview.md)
	- [Assets](getting-started/basics/editor-panels/assets.md)
	- [Scene](getting-started/basics/editor-panels/scene.md)
	- [Node Tree](getting-started/basics/editor-panels/node-tree.md)

Will create a toggleable chapter title Using Editor. Once clicked all its subs will show up.

Front page

index.md at each language folder is the front page of the doc.

Page content

To change the content of each page, just edit the markdown source files. There's no specific front matter format, just make sure each page has a h1 as the title.

Customize Style and Template

To customize styles, modify zh/styles/website.css and en/styles/website.css.

To change HTML templates, change the content in zh/_layouts and en/_layouts. Check out Templating Guide for gitbook.

Contribution

This is a dynamically updated user document, and your reading and feedback is the driving force behind our progress.

If you encounters any typo or content problem please report issue in this repo. Pull requests are welcome!

Style Guide for Chinese documents

More Repositories

1

cocos-engine

Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment.
C++
8,099
star
2

example-projects

Example project to guide users through how to create game with Cocos Creator
JavaScript
1,284
star
3

tutorial-blackjack-deprecated

Blackjack game made with Cocos Creator.
JavaScript
798
star
4

engine-native

Native engine for Cocos Creator v2.x
C++
696
star
5

cocos-awesome-tech-solutions

Cocos' Awesome Technical Solutions
TypeScript
625
star
6

cocos-example-projects

JavaScript
499
star
7

cocos-example-dark-slash

PLSQL
291
star
8

cocos-test-projects

TypeScript
238
star
9

cocos-tutorial-first-game

Quick start game for Fireball
JavaScript
236
star
10

cocomat

C
195
star
11

cocos-example-ball

A jumping ball demo created by Cocos Creator 3D
TypeScript
177
star
12

cocos-example-cartoon-vegetation

TypeScript
162
star
13

cocos-example-ui

TypeScript
148
star
14

cocos-tutorial-taxi-game

TypeScript
147
star
15

cocos-tutorial-duang-sheep

tutorial repo
JavaScript
120
star
16

creator-lua-deprecated

Cocos Creator ηš„ Lua ζ”―ζŒ
Lua
117
star
17

awesome-cocos

⚑️ Delightful Cocos Creator show cases, utilities, documents and more!
114
star
18

cocos-tutorial-airplane

video tutorial airplane
TypeScript
114
star
19

cocos-tutorial-mind-your-step

Cocos Creator learning tutorial
TypeScript
74
star
20

firedoc-deprecated

API Doc generator based on YUIDoc
JavaScript
70
star
21

cocos-example-process-build-textures

A build plugin to help you process textures in Creator 2.x after build
JavaScript
66
star
22

FBX-glTF-conv

A FBX to glTF file format converter.
C++
63
star
23

example-camera-deprecated

Camera demo for Cocos Creator
JavaScript
48
star
24

cocos-engine-external

external 3rd party modules for cocos-engine
C++
47
star
25

cocos-creator-extensions

TypeScript
47
star
26

cocos-example-physics

Samples for 3d physics
TypeScript
28
star
27

cocos-example-marionette

This project is to demonstrate the use of Cocos Creator Marionette animation system.
TypeScript
25
star
28

example-instant-games-deprecated

JavaScript
20
star
29

example-combat-animation-deprecated

turn based action rpg
JavaScript
19
star
30

i18n-example-deprecated

showcase how to implement i18n to your game.
JavaScript
19
star
31

smart-merge-tool-deprecated

JavaScript
17
star
32

cocos-tutorial-storage

Cocos Creator Demo: Save and load user profile with encryption using sys.localStorage
JavaScript
17
star
33

example-team-build-ui-deprecated

Team build ui demo for Cocos Creator
JavaScript
16
star
34

creator-api-docs-2.x

Host generated Cocos Creator 2.x API
JavaScript
15
star
35

cocos-plugin-import-2.x

plugin for migrating cocos creator 2.x projects.
TypeScript
14
star
36

google-game-sdk

C++
14
star
37

helloworld-typescript-legacy

Typescript helloworld project template for Cocos Creator
TypeScript
13
star
38

gulp-fontello-import-deprecated

Import svg files to fontello icon font project, use svg filename as glyph name. Also provide task for auto download exported css and font files into desinated folder.
JavaScript
12
star
39

cocos-example-materials

TypeScript
11
star
40

example-responsive-ui-deprecated

Cocos Creator - Responsive UI demo
JavaScript
11
star
41

cocos-example-render-pipeline

TypeScript
9
star
42

divine-vanity-deprecated

JavaScript
9
star
43

cocos-benchmark

EJS
9
star
44

cocos-example-open-data-context

TypeScript
9
star
45

cocos-google-admob

Objective-C
9
star
46

cocos-template-taxi-game

TypeScript
8
star
47

cocos-effect

VSCode Syntax highlight support for Cocos Effect file
TypeScript
7
star
48

cocos-tutorial-video-src

JavaScript
6
star
49

ui-kit-deprecated

JavaScript
6
star
50

cocos-example-custom-pipeline

TypeScript
6
star
51

cocos-ccbuild

TypeScript
5
star
52

cocos-web-extension-detect-engine

A Chrome extension to detect the engine running in web.
JavaScript
4
star
53

example-packages-deprecated

HTML
4
star
54

overhead-benchmark-deprecated

Creator ζžΆζž„ε±‚ζ€§θƒ½ζŸθ€— Benchmark
C++
4
star
55

cocomat-docs

3
star
56

firedoc-theme-notab-deprecated

A new theme without tab in navigation sidebar
HTML
3
star
57

devops-workflows

Workflows for creator team.
JavaScript
3
star
58

v8

C++
3
star
59

cocos-gameplay

cocos creator gameplay
TypeScript
3
star
60

gulp-download-fire-shell-deprecated

gulp plugin to download atom-shell
2
star
61

node-font-lib-deprecated

built for https://github.com/fireball-x/font-editor
JavaScript
2
star
62

hello-world-legacy

Hello world new project template.
JavaScript
2
star
63

fireball-engine-core-deprecated

The basic classes used in fireball engine and editors
JavaScript
2
star
64

runtime-pixi-deprecated

A pixi runtime for test basic fireball features
JavaScript
2
star
65

gulp-fb-deprecated

utilities for gulp
JavaScript
1
star
66

fire-watch-deprecated

A watch module based on node-pathwatcher, the module is implemented for syncing changes between file system and asset db in fireball
JavaScript
1
star
67

tests-3d-deprecated

engine-3d test framework
HTML
1
star
68

fireball-runtime-cocos-deprecated

JavaScript
1
star
69

firedoc-theme-default-deprecated

Optimized theme for firedoc
Handlebars
1
star
70

cocos-fire-path

node's path module with some helpful additions.
JavaScript
1
star
71

cocos-fire-fs

node's fs module with some helpful additions.
JavaScript
1
star
72

preview-template-deprecated

JavaScript
1
star
73

font-editor-angular-deprecated

Font Editor
JavaScript
1
star
74

atlas-editor-polymer-deprecated

Atlas Editor for 2D games
JavaScript
1
star
75

cocos-scripting

TypeScript
1
star
76

creator-types

TypeScript
1
star