eDIVE Development Documentation
This part of the documentation is written primarily for software developers.
- If you want to learn more about our concept of using VR in education, instructional design, etc, check our website (WIP).
- If your are looking for information how to setup or run existing eDIVE scenarios, check For Users section.
How to start developing using eDIVE?
- If not familiar with eDIVE platform yet, we recommend to read through short Description of the system, its architecture and features. Also, For Users section could provide you useful insight.
- Use the First-time Project Setup guide to setup new eDIVE Unity project on your machine.
- Try to modify/extend one of existing modules. Or create a new one directly.
Hints
- Please use
namespace
s to structure your code. You can check other classes for reference. - Please, continuously document your source codes, according to our Documentation Guide.