Files
TkAstral3D/packages/docs/src

pageLayout, externalLinkIcon, config
pageLayout externalLinkIcon config
home false
type full background hero
hero true tint-plate
name tagline text actions
Astral 3D Engine Astral 3D Editor 工业孪生3D引擎
theme text link
brand 快速入门 --> /guide/6xkx4dnv/
theme text link
alt Demo https://editor.astraljs.com/#/
theme text link
alt Github https://github.com/mlt131220/Astral3D
type features
features
title icon details
最新技术栈 🍡 基于Vue3、Vite、TypeScript、Naive UI等最新技术栈开发
title icon details
基于ThreeJS 🌷 Three.js 是基于webGL的封装的一个易于使用且轻量级的3D库,是前端开发者研发3D绘图的主要工具
title icon details
简洁易用 🔅 高效进行场景处理,并且提供网络压缩存储功能,在项目中快速读取加载
title icon details
BIM 轻量化引擎 🚀 支持上传BIM模型进行轻量化查看,并转化为GLB格式
title icon details
CAD 在线解析 🌈 支持CAD图纸在线解析预览
title icon details
3DTiles 🧱 支持3DTiles加载、打包、漫游
title icon details
插件系统 🏝️ 编辑器提供了开放的插件系统,内置丰富的插件库,如:glTF处理器、地形生成器、模型转换器等等。
title icon details
粒子系统 💊 内置多种粒子效果,如:烟花、火焰、烟雾、萤火虫等,丰富的配置项可以满足用户各种需求。
title icon details
动画系统 🎡 支持在线编辑动画关键帧,完善的动画编辑器将支撑你的创作。
title icon details
天气系统 🌤️ 支持多种天气效果,如:晴天、雾天、雨天、雪天等。
title icon details
资源中心 🎁 模型、材质、粒子、广告牌(Billboard)、HtmlPanel....
title icon details
WebGPU (开发阶段) 🚩 更快的计算...
type title description image width list
image-text 工业范 CAD? BIM? 亦或更多? /images/home/industryDark.png 600
title description
CAD 支持 <code>.dwg,.dxf</code> 图纸解析预览
title description
BIM 支持 <code>.rvt,.ifc,.rva</code> 模型轻量化解析
title description
Future PDMS、VTU
type
custom
<script setup> import RepoCard from 'vuepress-theme-plume/features/RepoCard.vue' </script>

快速开始

:::code-tabs @tab bash

    git clone https://github.com/mlt131220/Astral3D.git

    cd Astral3D
    pnpm install
    pnpm run sdk:build
    pnpm run editor:dev

:::