VentR-out

VentR-out We Create Wilderness-Based Competitions in Virtual Reality

We are excited to announce that VentR-out’s Project Orienteer will be showcased at DreamHack ATL’s Indie Playground from...
10/03/2024

We are excited to announce that VentR-out’s Project Orienteer will be showcased at DreamHack ATL’s Indie Playground from October 4-6!

If you don’t have tickets yet and plan to attend, you can use the code PROJECTORIENTEER for a discount.

We’ll see you soon in Atlanta!

hashtag hashtag hashtag hashtag

10/16/2023

VentR-out bridges the worlds of Virtual and Augmented Reality with outdoor-themed, movement-based pursuits. Our passion for the outdoors is rooted in our real-life experiences — competing in and producing numerous wilderness endurance races.

Our vision is to make outdoor adventures accessible to everyone, regardless of their location. VentR-out's first step toward this goal is to bring immersive outdoor experiences to those who can't easily access the outdoors, using the power of Virtual Reality.

We transform you into an outdoor athlete through our VR experiences. These experiences not only incorporate physical movement but also offer the thrill of competition. Challenge your friends, and experience the great outdoors, all from the comfort of your home.

Stay tuned as we bring our vision to life!

Address

Miami Beach, FL
33139

Alerts

Be the first to know and let us send you an email when VentR-out posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Establishment

Send a message to VentR-out:

Share

Category

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });