Git Product home page Git Product logo

360-viewer's People

Contributors

dependabot[bot] avatar kevindh89 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

mannu598

360-viewer's Issues

.BAT file for Windows: Download 360-images for Windows

Current batch file wont work on windows, to make it work:

Install cURL 64 bit: http://www.confusedbycode.com/curl/ and run following bat file in administrator mode

@echo off
SETLOCAL

echo.
echo ************************************************************************
echo * Vensterwork Image Download script *
echo * Run this script to pull 360 images into the project to develop with. *
echo ************************************************************************
echo.

SET PARENT=%~dp0
SET IMAGES=%PARENT%360-images

mkdir %PARENT%app\public\360-viewer
cd %PARENT%app\public\360-viewer

FOR /f %%i IN ('type %IMAGES%') DO (echo PROCESSING FILE: %%i && curl --silent -O %%i)

echo.

echo DONE
echo.

windowsdlscript

Fresh install on windows, first time run takes forever extracting meteor

meteor/meteor#5091

What i did, but not sure what exactly solved it:
1)Remove WinRAR
2) Disabled realtime windows defender protection
3) Removed tar.exe from git folder
4) Installed 7Zip
5) Copy (overwrite) C:\Program Files\7-Zip\7z.exe to C:\Users[USER NAME]\AppData\Local.meteor\packages\meteor-tool[METEOR VERSION]\mt-os.windows.x86_32\dev_bundle\bin

Note: It's very likely to do with an old 32 bit version of zip that meteor uses. So only last two actions are probably necessary.

Note2: the extracting meteor-tools message takes a long time with no indication of progress, so wait at least 1 minute to see if this affects you. The total time should be around 2-3 minutes on a modern pc. I run windows 8.1 64 bit with git version 2.8.1 and meteor 1.5.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.