Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with React VR

You're reading from  Getting Started with React VR

Product type Book
Published in Nov 2017
Publisher Packt
ISBN-13 9781788476607
Pages 294 pages
Edition 1st Edition
Languages
Author (1):
John Gwinner John Gwinner
Profile icon John Gwinner
Toc

Table of Contents (20) Chapters close

Title Page
Credits
About the Author
Acknowledgements
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface
1. What is Virtual Reality, Really? 2. Flatland and Beyond: VR Programming 3. 3D or Reality in Dimensions Other than X and Y 4. The React VR Library 5. Your First VR App 6. Working with Poly and the Gon Family 7. Sitting Down with a (Virtual) Teapot 8. Breath Life in Your World 9. Do It Yourself – Native Modules and Three.js 10. Bringing in the Real Live World 11. Take a Walk on the Wild Side 12. Publishing Your App, and Where to Go from Here

Bundling for publishing on the web


Assuming that you have your project dependencies set up correctly to get your project to run from a web server, typically through an ISP or service provider, you need to "bundle" it. React VR has a script that will package up everything into just a few files.

Note, of course, that your desktop machine counts as a "web server", although I wouldn't recommend that you expose your development machine to the web. The better way to have other people experience your new Virtual Reality is to bundle it and put it on a commercial web service.

Packaging React VR for release on a website

The basic process is easy with the React VR provided script:

  1. Go to the VR directory where you normally run npm start, and run the npm run bundle command:
  1. You will then go to your website the same way you normally upload files, and create a directory called vr.
  2. In your project directory, in our case f:\ReactVR\WalkInAMaze, find the following files in .\VR\Build:

client.bundle.jsindex.bundle...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime