gemercheung 015cda85df temp save 4 years ago
..
.vuepress 015cda85df temp save 4 years ago
Dockerfile 015cda85df temp save 4 years ago
README.md 015cda85df temp save 4 years ago
docker-compose.yml 015cda85df temp save 4 years ago

README.md


home: true heroImage: '' actionText: actionLink: /zh/guide/

features:

  • title: 基本架构和开发说明 details: 主要关于项目情况和开发注意事项 link: /base

  • title: 组件说明文档 details: 主要基本组件,共胜组件,以及custom的组件使用说明 link: /component

  • title: 事件Event 开发说明文档 details: 主要是公共事件Event,2d特供事件Event,3d特供事件Event的技术细则 link: /event

  • title: 2D canvas开发说明文档 details: 主要是canvas和业务使用说明 link: /2d

  • title: 3D 开发说明文档 details: 主要是3D,webgl等和业务使用说明 link: /3d

  • title: 硬装 开发说明文档 details: 主要是硬装部分等和业务使用说明 link: /3d

footer: MIT Licensed | Copyright © 2019-present

项目地址:

::: tip Gogs

http://192.168.0.115:3000/4dkankan/4dkankan_floorplan.git

:::

基本业务逻辑图


sequenceDiagram
    participant 2D
    participant 3D
    participant UI
    participant 服务端

    2D->>+3D: EventBus
    3D->>-2D: EventBus
    2D->>+UI: EventBus
    UI->>-2D: EventBus
    2D->>+UI: 提供API获取相关数据/执行某些功能

    3D->>+UI: EventBus
    UI->>-3D: EventBus
    3D->>+UI: 提供API获取相关数据/执行某些功能


    UI->>+服务端: API