Skip to content

๐Ÿ‘€ Companion server for A-Frame Inspector to sync changes back to HTML files.

License

Notifications You must be signed in to change notification settings

aframeai/glitch-aframe-watcher

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

32 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

glitch-aframe-watcher

Use the save button of A-Frame Inspector on Glitch.

Are you tired of switching back and forth between your text editor, the Inspector, and refreshing? Now you can save your changes from the Inspector directly to your HTML files. The Inspector has built-in support with a save button for the Watcher. Just make sure your entities have defined IDs.

Usage

This version of aframe-watcher works on Glitch ๐ŸŽ‰

  1. edit your scene in the aframe-editor (make sure everything you want to save has a defined ID)
  2. press that little floppydisk button (ask your grandfather if you don't know what that is)
  3. stuff is automatically updated on the server ๐Ÿฅณ

Warning

Currently the watcher only handles entity updates that have defined IDs:

<a-entity id="updateMe"></a-entity>

Security

Currently anyone who has access to your glitch can modify your HTML on your server (!)
Make your glitch private if you don't want that.

About

๐Ÿ‘€ Companion server for A-Frame Inspector to sync changes back to HTML files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.8%
  • HTML 17.2%