-
Notifications
You must be signed in to change notification settings - Fork 14
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
Version 1.1.0 (compilable, browser-ready, server-ready) #5
base: master
Are you sure you want to change the base?
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. 🥇