fand / veda

⚡VJ / Live Coding on Atom⚡
http://veda.gl/
MIT License
509 stars 34 forks source link

cannot install veda atom package #118

Closed BrandonLSW closed 5 years ago

BrandonLSW commented 5 years ago

Hi, When running in this command, it stuck on this status for a long time and got no response (Same installed in the Atom Editor). It seems that it was running npm command. BrandontekiMacBook-Pro:packages brandon$ apm install veda Installing veda to /Users/brandon/.atom/packages

Python Version: Python 2.7.10 And Already installed glslangValidator

How can I resolve this issue? Thanks!

fand commented 5 years ago

Hi @BrandonLSW ! Thank you for checking out VEDA.

It occasionally takes long to install VEDA (I'm not sure why... maybe it's because some big dependencies like Three.js)... However, it'll be installed correctly after 3~4 minutes. Could you try it again?

BrandonLSW commented 5 years ago

Hi @fand , Thank you for your response.

sc

It seems that I finally got VEDA installed, but it prompted me "No projects found in this window" when I toggled it. Is there anything I am missing?

fand commented 5 years ago

To run VEDA, Atom has to be opened on a specific directory, not a single file so that it can load other resources such as videos, node modules, etc. Please try following steps:

  1. Open a directory on Atom
  2. Enable VEDA
  3. Save
BrandonLSW commented 5 years ago

Hi @fand , it works. Thanks!