• Stars
    star
    264
  • Rank 149,305 (Top 4 %)
  • Language
    TypeScript
  • Created over 7 years ago
  • Updated 3 months 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++
5,018
star
2

example-projects

Example project to guide users through how to create game with Cocos Creator
JavaScript
1,271
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++
678
star
5

cocos-awesome-tech-solutions

Cocos' Awesome Technical Solutions
TypeScript
535
star
6

cocos-example-projects

JavaScript
449
star
7

cocos-example-dark-slash

PLSQL
288
star
8

cocos-tutorial-first-game

Quick start game for Fireball
JavaScript
236
star
9

cocos-test-projects

TypeScript
178
star
10

cocomat

C
170
star
11

cocos-example-ball

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

cocos-example-cartoon-vegetation

TypeScript
150
star
13

cocos-tutorial-taxi-game

TypeScript
140
star
14

cocos-example-ui

TypeScript
130
star
15

cocos-tutorial-duang-sheep

tutorial repo
JavaScript
120
star
16

creator-lua-deprecated

Cocos Creator 的 Lua 支持
Lua
117
star
17

cocos-tutorial-airplane

video tutorial airplane
TypeScript
97
star
18

awesome-cocos

⚡️ Delightful Cocos Creator show cases, utilities, documents and more!
81
star
19

firedoc-deprecated

API Doc generator based on YUIDoc
JavaScript
70
star
20

cocos-tutorial-mind-your-step

Cocos Creator learning tutorial
TypeScript
64
star
21

cocos-example-process-build-textures

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

FBX-glTF-conv

A FBX to glTF file format converter.
C++
53
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++
40
star
25

cocos-creator-extensions

TypeScript
27
star
26

cocos-example-marionette

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

example-instant-games-deprecated

JavaScript
20
star
28

cocos-example-physics

Samples for 3d physics
TypeScript
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

helloworld-typescript-legacy

Typescript helloworld project template for Cocos Creator
TypeScript
13
star
36

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
37

cocos-plugin-import-2.x

plugin for migrating cocos creator 2.x projects.
TypeScript
11
star
38

example-responsive-ui-deprecated

Cocos Creator - Responsive UI demo
JavaScript
11
star
39

google-game-sdk

C++
10
star
40

divine-vanity-deprecated

JavaScript
9
star
41

cocos-example-materials

TypeScript
8
star
42

cocos-template-taxi-game

TypeScript
8
star
43

cocos-example-open-data-context

TypeScript
8
star
44

cocos-benchmark

EJS
7
star
45

ui-kit-deprecated

JavaScript
6
star
46

cocos-google-admob

JavaScript
6
star
47

cocos-effect

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

avg-examples

5
star
49

example-packages-deprecated

HTML
4
star
50

overhead-benchmark-deprecated

Creator 架构层性能损耗 Benchmark
C++
4
star
51

cocos-example-render-pipeline

TypeScript
3
star
52

cocomat-docs

3
star
53

cocos-tutorial-video-src

JavaScript
3
star
54

firedoc-theme-notab-deprecated

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

cocos-web-extension-detect-engine

A Chrome extension to detect the engine running in web.
JavaScript
3
star
56

devops-workflows

Workflows for creator team.
JavaScript
3
star
57

cocos-gameplay

cocos creator gameplay
TypeScript
3
star
58

cocos-example-custom-pipeline

TypeScript
3
star
59

gulp-download-fire-shell-deprecated

gulp plugin to download atom-shell
2
star
60

node-font-lib-deprecated

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

hello-world-legacy

Hello world new project template.
JavaScript
2
star
62

cocos-ccbuild

TypeScript
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