Skip to content

Oxydros/CubZHoloLensClient

Repository files navigation

CubZ C++ HoloLens Client

DISCLAIMER: This repository is not yet functional. It will be soon.

Repo initialization

We are using the git submodule fonctionality to improve our use of internal libraries.

Thus, you have to initialized the repo before using it, by using this commands

git submodule sync --recursive
git submodule update --init --remote --merge

Now you should have the folder libs/LibNetwork updated and containing all the source code from the master branch.

The LibNetwork project uses the Protobuf and the Boost libraries. Please refer to the readme to view the instructions.

When everything is in order, launch the bat script initRepo.bat. It should compile the LibNetworks withour errors.

You should now see cubznetwork.lib and proto.lib inside the folder libs/bin.

Compilation

Be sure to set the project in x86 / Release in Visual Studio.

Useful links

Library used

Contact

You can contact me on Twitter @oxydros or via e-mail oxydros at gmail

About

CubZ C++/CX DirectX HoloLens Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published