iamsile / SpaceSuits

A Hololens-based Space Suit. https://jschmidtnj.github.io/SpaceSuits/

Home Page:https://spacesuit.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpaceSuits

A Hololens-based Space Suit.

Standard Operation Procedure

  1. Develop major changes on your own branch

  2. Pull your master into your own branch when done

  3. Test and make sure all features still work

  4. Merge your branch into master

See current repo data

Follow this link.

C Sharp for Linux

wget https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
Then follow these steps:

Finally try mono nuget.exe install <Package-to-install>

git dev

  1. git checkout -b <branch name>
  2. git add ., git commit -a "<message>"
  3. git push --set-upstream origin <branch name>
  4. git push origin
  5. git pull origin master
  6. git checkout master
  7. git merge <branch name>
  8. git add .
  9. git commit -a "<message>"
  10. git push origin master

Notes: git branch -av lists the branches and the branch you are using

github pages update from master

git subtree push --prefix groundcontrol-frontend-app/dist/ origin gh-pages

About

A Hololens-based Space Suit. https://jschmidtnj.github.io/SpaceSuits/

https://spacesuit.site

License:MIT License


Languages

Language:C# 84.4%Language:HTML 3.5%Language:ShaderLab 3.3%Language:CSS 2.7%Language:JavaScript 2.3%Language:C++ 1.7%Language:HLSL 0.7%Language:TeX 0.6%Language:Vue 0.3%Language:Objective-C 0.2%Language:Objective-C++ 0.1%