VRSpace:多用户虚拟现实引擎
快速入门
-
要求:Java 17+,Maven 3.8+
-
cd server
-
mvn clean install
-
启动 bin/run.sh 或 bin\run.bat
主入口点是 http://localhost:8080/babylon/avatar-selection.html - 选择你的头像并进入一个世界。 使用 content/worlds/template 作为你自己的多用户世界的模板,所有内容都可在 http://localhost:8080/content/ 访问。
在线演示
当前开发版本的完整功能在线演示/测试实例可在 http://www.vrspace.org/ 获得
社区
维基、问题跟踪、论坛和其他所有内容:https://redmine.vrspace.org/projects/vrspace-org/wiki
Facebook 页面:https://www.facebook.com/vrspace.org
YouTube 频道:https://www.youtube.com/channel/UCLdSg22i9MZ3u7ityj_PBxw
在你自己的应用中使用 VRSpace
VRSpace 客户端代码已发布为 node.js 包:https://www.npmjs.com/package/@vrspace/babylonjs Vue 单页应用示例:https://github.com/jalmasi/vrspace-webapp-vue
VRSpace 服务器代码已发布为 Maven Central 的 Maven 构件:https://central.sonatype.com/artifact/org.vrspace/server 如果你需要扩展服务器,请参考 Spring Boot 应用示例:https://github.com/jalmasi/vrspace-server-springboot
服务器二进制文件
你可以直接下载已发布的可执行 jar 文件,而不用构建服务器:https://github.com/jalmasi/vrspace/releases/