Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate X3D JSON into loader so it can load either JSON or XML files #7

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

coderextreme
Copy link

@coderextreme coderextreme commented Mar 18, 2018

The goal of this PR is to add support for X3D JSON Encoding

  • Change1: Motivation: We wanted to be able to read X3D JSON. The chosen design approach was to convert the X3D JSON to existing proprietary JSON format inside the code, similar to how XML is converted to proprietary JSON
  • Change2: Motivation: provide an example of the X3D JSON format. Many more examples are here: https://www.web3d.org/x3d/content/examples/X3dExampleArchivesJsonScenes.zip

@jonaskello
Copy link
Member

jonaskello commented Mar 18, 2018

Since this is a rather large PR it would be nice if you could provide a bullet point list in the main description of the PR summarising the changes that this PR will introduce. Also if you can add a motivation of why each of the changes were introduced that would be helpful when reviewing. Something like:

  • Added support for JSON files. Motivation: JSON support is needed for XXX.
  • Changed webpack to browserify. Motivation: ??
  • Changed location of the bundle.js file. Motivation: ??
  • etc.

@jonaskello
Copy link
Member

jonaskello commented Mar 18, 2018

I added a starting point for describing the PR in the main description. You can go ahead and edit this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants