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

Program error #8

Open
JusticeSword opened this issue Jun 20, 2020 · 3 comments
Open

Program error #8

JusticeSword opened this issue Jun 20, 2020 · 3 comments

Comments

@JusticeSword
Copy link

So if i use the "Run in browser" link provided on this git, it works just fine, however attempting to launch from the downloaded code (Via the "Index" chrome html link) brings me a similar screen as the linked browser version, albeit with a completely black background and will not load the model files.

Not a big deal as i can simply bookmark this page but would be nice if i could get the working offline version.

Thanks for your hard work on this.

@morris
Copy link
Owner

morris commented Jun 20, 2020

yeah, opening the local index.html via file:// protocol will not work because importing ES6 modules is not allowed in that case. you'd need to run a webserver locally. i've included one (npm install once and then npm run serve should work). or something like php -S localhost:8080 if you have php. cheers!

@JusticeSword
Copy link
Author

Im afraid most of my ability lies in the artistic side and not the code elements, however i am already finding great use for your program even in browser, so we may consider this issue closed if you like, thanks again!

@morris
Copy link
Owner

morris commented Jun 20, 2020

sorry if that came out a bit technical :) i'll update the readme for offline usage. thanks for your interest, really appreciated!

@morris morris reopened this Jun 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants