Git Product home page Git Product logo

phaser3-examples's Introduction

二维可视化动画例程库

所有代码改编自Phaser3

快速开始

需要环境

下载并安装nodeJs 14.21.3。

安装和运行

按如下命令下载源码并安装运行:

git clone https://github.com/lvyv/phaser3-examples.git
npm install
npm run start

客户端访问

http://127.0.0.1:8080/

示例说明

示例 描述
MAPF可视化 用于对PIBT算法求出的可行解进行动画绘制。
地图是PIBT提供的pibt2\map\arena.map文件修改而来。

地图格式说明:PIBT算法提供的地图是“T”和“.”符号的图块地图,T表障碍,.表示空白。在前端为了支持可视化绘制,图元(文件位置在assets/tilemaps/tiles/drawtiles-spaced.png)为0,1,2三个图块,所以对应的地图文件csv,用“2”替换“T”,用“0”或“1”替换“.”,并且每行中各字符之间用“,”分割。

许可协议

本仓库代码按 MIT 许可协议发行。

phaser3-examples's People

Contributors

photonstorm avatar bitnenfer avatar gammafp avatar pavle-goloskokovic avatar mikewesthad avatar antriel avatar samme avatar samid737 avatar presidenten avatar melissaelopez avatar vulcanoidlogic avatar gabegordon avatar hexus avatar lvyv avatar rgk avatar mzguimaraes avatar krunal-gadhiya avatar umi-tyaahan avatar zdaisyz avatar phasereditor2d avatar khaleb85 avatar codeandweb avatar jorbascrumps avatar evoluogames avatar debone avatar nemostein avatar joegaffey avatar halilcakar avatar andreasnilssondev avatar nero0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.