0.5.1 • Published 2 years ago

@feng3d/editor v0.5.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

editor

feng3d引擎编辑器

文档

http://feng3d.com

Issues

https://github.com/feng3d-labs/editor/issues

在线版本

http://feng3d.com/editor/index.html

本地版本

https://github.com/feng3d-labs/editor/releases

使用npm安装

npm install feng3d-editor

运行项目

在 launch.json 中添加一下配置,选择 Electron Main 执行。

{
    "type": "node",
    "request": "launch",
    "name": "Electron Main",
    "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
    "program": "${workspaceFolder}/node_modules/feng3d-editor/main.js"
}

npm.io

交流

QQ群:519732759

0.5.1

2 years ago

0.5.0

2 years ago