This Project is to be able to create 4D Shapes in a simple way, and to impliment thes models in VR and make it controllable by control boards, and other Implimentation.
To use this, take the project and copy it to your computer and then open one of the Unity scenes (in the assets/Scenes folder).
OR
Download the asset-package from the Asset Packs folder, and it will contain all of the assets used in this project! Use it in any project, just import
Note. You must have Unity3D installed
You have to figure it out at this point! Documentation will be written further on in the project
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
This project started as a Unity3D port of the original HTML5 canvas project (See credits), and has been updated in this repo since, in hopes of continuing to improve the project and making it easier to use.
Original Project - mrmilosz
Original Port to C# Tom Kail
All Google Cardboard SDK Property of Google
Released under GNU (General Public License) Permission for individuals, Organizations and Companies to run, study, share (copy), and modify the software and its source. Copyright Adam Kelly 2016-2017
- Add More Shapes
- Improve Interface / Gui
- Optimise and Improve Code / Scripts
- Write Documentation