Version 1.1.0 (compilable, browser-ready, server-ready)#5
Version 1.1.0 (compilable, browser-ready, server-ready)#5AbdoulSy wants to merge 15 commits intohawksley:masterfrom
Conversation
…using webpack to glue the code together
1.1.0 - Can be compiled using webpack and delivers a local server
Features , can-be-compiled, can-use-es2017, can-be-served
|
For some reason, it appears that on Android Phones (Galaxy S8) the application fails to load. |
|
hmm.... So, I'm not sure this is bundled correctly. I had to separately npm install at least these packages to get npm start to compile happily: Then, when I go to localhost:9000 (which is definitely where it wants to automatically host for me, not localhost:8080) I see a black screen with the following console error: I am using node v6.11.2 on Windows |
Hi Guys, Loved this VR demo, It almost is a part of one of my side projects, so I've been working on it for a couple of days after work,
to prevent having to hookup the vr setup to test at each line change I thought I would try to simplify my life by making this demo somehow work on a browser, and reload the code and reload the code on file change, and I'm in the process of trying to make the code more performant with low power devices, by first concatenating and compressing the code, making the code more modulable by using babel and a transpiler to write code in es6 with imports statements, and adding tests to stabilise all this.
I'm truly impressed by the maths skills though and would like to compliment on this.
So far this is where I've got, I thought you might hit the same issues in the future. 🥇