Tags

    5-2-19

    Today I kept working on ChromiumXR. Since we had the long period, I was able to get a lot done. I started working on the ChromiumXR homepage again, this time introducing a model of google chrome onto the page so it would show in ChromiumXR. I was able to do that fairly quick, and it allowed me to realize a couple of issues with the library that I was able to fix. (some filepaths weren't necessary, but I required them anyways).

    I also had time to talk with Dillon about the name for the library. We settled on xr.js. Since we updated the naming convention, I had to go into the github repository and rename the repo, as well as update the npm package.json so we can publish the package to npm under the name xr.js. I also got a link from jsdelivr so it would be easy to include the library into any project. https://cdn.jsdelivr.net/gh/ChromiumXR/xr.js/dist/xrloader.min.js

    Comments