Skip to content

Hatsuna-Miku/OpenFullBody-Server

 
 

Repository files navigation

OpenFullBody的第一个版本Fork自SlimeVR项目

易追服务端

OpenFullBody Server

易追生态的服务端 Server app for OpenFullBody ecosystem 服务端作为中间纽带把追踪器与集成追踪服务连接起来,比如SteamVR。 Server orchestrates communication between multiple sensors and integrations, like SteamVR.

追踪器的制作: Sensors implementations:

集成追踪服务: Integrations:

使用方法

How to use

最新的使用说明放在了 这里。会定期更新此说明。 Latest instructions are currently here. Will be updated and republished as time goes on.

编译方法

How to build

你需要在你想放置这个工程的文件夹下面执行以下终端命令: You need to execute these commands in the folder where you want this project.

# 克隆源目录
# Clone repositories
git clone https://github.com/OpenFullBody/OpenFullBody-Server.git
git clone https://github.com/Eirenliel/slime-java-commons.git

# 进入该目录并编译可执行的jar文件
# Enter the directory and build the runnable server JAR
cd OpenFullBody-Server
gradlew shadowJar

用Eclipse或者Intellij Idea打开这个工程文件 Open Open Full Body Server project in Eclipse or Intellij Idea

运行 gradle 命令 shadowJar 来编译可运行的服务器jar文件 run gradle command shadowJar to build a runnable server JAR

About

Server app for OpenFullBody ecosystem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Batchfile 0.3%