/display-editor

基于threeJs + Vue3.0 mmd可视化交互编辑器

Primary LanguageJavaScript

display-editor

Build application with vue3.0 and ThreeJs

基于vue3.0和ThreeJs构建mmd可视化交互编辑器应用

Made with ❤︎ by JousenZhou

Usage

https://jousenzhou.github.io/display-editor/example 开发,构建和运行。

# 获取远程仓库代码
git clone https://github.com/JousenZhou/display-editor
# 进入目录
cd display-editor
# 安装依赖
yarn
# 启动项目
yarn serve
# 在浏览器访问 http://localhost:3000


提交日期 描述
2021/8/27 初始化框架
2021/8/30 添加(光源/模型)元素以及UI控制
2021/9/1 修改threeJs引擎为模块化
2021/9/11 threeJs模块引入优化,不走webpack编译
2021/9/11 readme.md 完善、添加体验地址