Skip to content

mucks/godot_astra_plugin

Repository files navigation

Godot Plugin for Orbbec Astra SDK

Godot Plugin for the Orbbec Astra Sdk

Prerequisites to use this library

  • Download and install the Orbbec Astra Sdk
  • make sure you have these envs in your .profile
# adjust astra home to your astra_sdk path
export ASTRA_HOME=$HOME/astra
export ASTRA_SDK_INCLUDE=$ASTRA_HOME/include
export ASTRA_SDK_LIB=$ASTRA_HOME/lib
# this is so that rust executables know where to find the astra libs
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ASTRA_SDK_LIB
  • add "source ~/.profile" to your .bashrc
  • run godot from the terminal

About

Godot plugin for the Orbbec Astra Motion Tracking Sensor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published