All Projects → photonstorm → Phaser3 Docs

photonstorm / Phaser3 Docs

Licence: mit
Phaser 3 Documentation and TypeScript Defs

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Phaser3 Docs

Phaser Kinetic Scrolling Plugin
Kinetic Scrolling plugin for Canvas using Phaser Framework
Stars: ✭ 117 (-65.49%)
Mutual labels:  phaser, phaserjs, webgl, html5
Phaser
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
Stars: ✭ 30,918 (+9020.35%)
Mutual labels:  phaser, phaserjs, webgl, canvas
Hilo3d
Hilo3d, a WebGL Rendering Engine.
Stars: ✭ 123 (-63.72%)
Mutual labels:  game, webgl, html5, canvas
Opensc2k
OpenSC2K - An Open Source remake of Sim City 2000 by Maxis
Stars: ✭ 4,753 (+1302.06%)
Mutual labels:  game, phaser, phaserjs, webgl
Phaser Ce
Phaser CE is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
Stars: ✭ 1,186 (+249.85%)
Mutual labels:  phaser, webgl, canvas
Three.js
JavaScript 3D Library.
Stars: ✭ 78,237 (+22978.76%)
Mutual labels:  webgl, html5, canvas
Phaser Examples
Contains hundreds of source code examples and related media for the Phaser HTML5 Game Framework.
Stars: ✭ 1,680 (+395.58%)
Mutual labels:  phaser, webgl, canvas
Duckhunt Js
DuckHunt ported to JS and HTML5
Stars: ✭ 390 (+15.04%)
Mutual labels:  game, webgl, canvas
Wechart
Create all the [ch]arts by cax or three.js - Cax 和 three.js 创造一切图[表]
Stars: ✭ 152 (-55.16%)
Mutual labels:  webgl, html5, canvas
Creature webgl
2D Skeletal Animation WebGL Runtimes for Creature ( PixiJS, PhaserJS, ThreeJS, BabylonJS, Cocos Creator )
Stars: ✭ 140 (-58.7%)
Mutual labels:  phaser, webgl, html5
Hilo
A Cross-end HTML5 Game development solution developed by Alibaba Group
Stars: ✭ 5,723 (+1588.2%)
Mutual labels:  game, webgl, canvas
Layaair discard
This is old LayaAir veriosn writetten by ActionScript 3.0 ,now LayaAir is using TypeScript as the Engine Script,Please use https://github.com/layabox/LayaAir instead.
Stars: ✭ 1,858 (+448.08%)
Mutual labels:  webgl, html5, canvas
Tower game
💒 盖楼游戏 html5 canvas tower building game 🏢🏬🏦🏯🏰
Stars: ✭ 1,110 (+227.43%)
Mutual labels:  game, html5, canvas
Micro Racing
🚗 🏎️ 🎮 online 3D multiplayer neural networks based racing game
Stars: ✭ 100 (-70.5%)
Mutual labels:  game, html5, canvas
Zen 3d
JavaScript 3D library.
Stars: ✭ 155 (-54.28%)
Mutual labels:  webgl, html5, canvas
Phaserquest
Reproduction of Mozilla's BrowserQuest using Phaser, socket.io and Node.js
Stars: ✭ 313 (-7.67%)
Mutual labels:  game, phaser, html5
Freeciv Web
Freeciv-web is an Open Source strategy game implemented in HTML5 and WebGL, which can be played online against other players, or in single player mode against AI opponents.
Stars: ✭ 1,626 (+379.65%)
Mutual labels:  webgl, html5, canvas
Alien.js
Future web pattern
Stars: ✭ 141 (-58.41%)
Mutual labels:  webgl, html5, canvas
Pixi.js
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
Stars: ✭ 34,982 (+10219.17%)
Mutual labels:  game, webgl, canvas
One Html Page Challenge
Can you create something cool without modern tools?
Stars: ✭ 205 (-39.53%)
Mutual labels:  game, html5, canvas

Phaser 3 API Documentation

You can either:

  1. Go to https://photonstorm.github.io/phaser3-docs/index.html to read the docs online. Use the drop-down menus at the top to navigate the name spaces, classes and Game Objects lists.

  2. Or, you can checkout this repository and then read the documentation by pointing your browser to the local docs/ folder. Again using the Classes and Namespaces links at the top of the page to navigate.

You can also generate new docs locally by running npm run gen and waiting (it may take up to an hour to generate the docs). See Generating the Docs Locally below for more instructions.

TypeScript Definitions

The TypeScript defs have been moved to the main Phaser repository.

Generating the Docs Locally

Phaser uses the popular jsdoc, which means the documentation itself is written in the source code in the Phaser repository. In order to regenerate the docs, you'll need to clone that repository and it must be in a folder named phaser in the parent directory.

Then run npm install to install dependencies, and finally run npm run gen. The generated docs will be in a new directory called out/. Double click on out/index.html to browse the generated documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].