InVisionAR / ar-app

InVisionAR mobile app built in Unity
GNU General Public License v3.0
2 stars 4 forks source link

Make simulations modular #5

Open sagarreddypatil opened 4 years ago

sagarreddypatil commented 4 years ago

Make simulations generatable with JSON or YAML files. I.e., the JSON/YAML file will specify what static objects to have(i.e., what shape), with what dimensions, in what location, with what coeff. of static and dynamic friction; and also specify the shape, dimensions, mass, coeff. of static and dynamic friction of any dynamic objects. When the scene loads, it should first read the JSON/YAML file and generate the scene.

When working on this, you are also responsible for creating a schema in JSON/YAML. You must also carry out JSON/YAML Schema validation when loading any JSON/YAML file as a level.

srikarsganti commented 4 years ago

I can do this one.

sagarreddypatil commented 4 years ago

The basic simulations must be finished in order to do this. Do you want to do both @srikarsganti ?

sagarreddypatil commented 4 years ago

Depends on #2

eniex04 commented 4 years ago

Hey, I would like to work on Issue 5 with @srikarsganti if that's okay?

sagarreddypatil commented 4 years ago

Please don't work on this until #2 is closed