Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
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 Build immersive Virtual Reality apps for the web with React

Arrow left icon
Product type Paperback
Published in Nov 2017
Publisher Packt
ISBN-13 9781788476607
Length 294 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
John Gwinner John Gwinner
Author Profile Icon John Gwinner
John Gwinner
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. What is Virtual Reality, Really? 2. Flatland and Beyond: VR Programming FREE CHAPTER 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

Preface

Virtual Reality, from a computer standpoint, has been around since the 1960s. It started up again in a big way in the late 90's, and then mostly collapsed for a while—although it's never really gone away. It is back now, and, this time, it is here to stay.

What has made this change is the cell phonethe large, high-resolution display technology used in cell phones has helped created HMDs (Head Mounted Displays, or VR Goggles). Circuits and computers are also vastly faster than they used to be; computer graphics that used to cost a quarter of a million dollars in 1998 now costs less than two thousand and is even faster.

Building VR worlds has always been difficult, however. You had to be a C++ programmer and know an immense amount about high speed programming, real-time graphics, geometry, and other complex topics. This has been simplified in the last few years with game development engines—simplified, but only to a point. 

With React VR, it is even simpler. You can code a VR world now using React syntax, a simple declarative HTML-like language. If you want to create a box, you just declare a box with the right width, height, and so forth, instead of having to write procedural code. The syntax may be simple, but these worlds can be event driven, animated, and responsive to user input as well as obtaining information from the web.

This will enable you to build complex virtual worlds with simple JavaScript and HTML-like code. This uses a new browser-based programming paradigm called WebVR; regular browsers on PCs and on mobile devices can now view worlds in VR.

You can do this too, and this book will show you how. 

lock icon The rest of the chapter is locked
Next Section arrow right
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 $19.99/month. Cancel anytime