Export all glitches before 8th July
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 17.6k
- Forks
- 4.4k
- PR merge metrics
- No merged PRs in 30d
Description
List of glitches used in documentation
hello world template:
- https://glitch.com/~aframe in README.md docs/introduction/hosting-and-publishing.md (removed in #5762) docs/introduction/index.md CONTRIBUTING.md and in src/_data/examples.yml aframe-site -> replace with https://krabbel.dev
aframe-registry and aincraft, the examples were already ported in the repo, need to fix those links:
- https://glitch.com/edit/#!/aframe-registry in README.md docs/introduction/entity-component-system.md docs/introduction/installation.md
- https://glitch.com/~aframe-aincraft in docs/introduction/faq.md docs/introduction/installation.md
naf:
- https://glitch.com/~networked-aframe in docs/introduction/installation.md -> https://stackblitz.com/github/networked-aframe/naf-project but I just removed the link
animated lights:
- [exported] https://glitch.com/edit/#!/aframe-school-js in docs/introduction/javascript-events-dom-apis.md
- https://glitch.com/edit/#!/aframe-animated-lights in docs/introduction/javascript-events-dom-apis.md docs/core/mixins.md docs/introduction/entity-component-system.md docs/core/mixins.md docs/components/light.md
interactions-and-controllers:
- https://glitch.com/edit/#!/aframe-basic-interaction in docs/introduction/interactions-and-controllers.md (dead, removed from examples)
- https://glitch.com/edit/#!/wide-cream in docs/introduction/interactions-and-controllers.md (broken links from vr.google.com, removed from examples)
- [exported] https://glitch.com/~aframe-event-set-component in docs/introduction/interactions-and-controllers.md
- [exported] https://glitch.com/~aframe-school-cursor-handler/ in docs/introduction/interactions-and-controllers.md
systems:
- [exported] https://glitch.com/~aframe-refraction-system in docs/core/systems.md
animation:
- [exported] https://glitch.com/edit/#!/aframe-animation-events in docs/components/animation.md
- [exported] https://glitch.com/~aframe-shooting-stars in docs/components/animation.md
material:
- https://glitch.com/edit/#!/aframe-displacement-shader in docs/components/material.md (gave a 404, removed link from doc)
- [exported] https://glitch.com/edit/#!/aframe-simpler-shader in docs/components/material.md
- [exported] https://glitch.com/edit/#!/aframe-displacement-registershader in docs/components/material.md
- [exported] https://glitch.com/edit/#!/aframe-displacement-offset-registershader in docs/components/material.md
- [exported] https://glitch.com/edit/#!/aframe-texture-shader in docs/components/material.md
modify-model-material:
- https://glitch.com/edit/#!/aframe-modify-model-material in docs/components/obj-model.md docs/components/gltf-model.md docs/introduction/models.md
geometry:
- [exported] https://glitch.com/edit/#!/ex-2-geometry in docs/components/geometry.md
- [exported] https://glitch.com/edit/#!/ex-2a-texture-on-shape in docs/components/geometry.md
- [exported] https://glitch.com/edit/#!/ex-2b-shape-as-entity in docs/components/geometry.md
- [exported] https://glitch.com/edit/#!/ex-2c-animating-shapes in docs/components/geometry.md
- [exported] https://glitch.com/edit/#!/ex-2d-animating-shapes-with-components in docs/components/geometry.md
sky:
- [exported] https://glitch.com/edit/#!/aframe-adding-a-sky in docs/primitives/a-sky.md
- [exported] https://glitch.com/edit/#!/aframe-changing-the-sky in docs/primitives/a-sky.md
misc:
- https://glitch.com/~aframe-gallery in docs/introduction/installation.md
- https://aframe-360-gallery.glitch.me in docs/introduction/best-practices.md
- [exported] https://glitch.com/~aframe-vaporwave in docs/introduction/installation.md also see #4456
- [exported] https://glitch.com/edit/#!/a-frame-mouse-click-example in docs/components/cursor.md
- [exported] https://glitch.com/~aframe-text-fonts-demo in docs/components/text.md
- [exported] https://glitch.com/edit/#!/aframe-360-video-example in docs/primitives/a-videosphere.md
- [exported] https://glitch.com/~aframe-basic-guide-with-environment in docs/guides/building-a-basic-scene.md
- Remove ref in examples/mixed-reality/watch/hand-menu.js
- Move putter-grip asset in assets repo examples/test/model/index.html
- Change url in test tests/core/a-assets.test.js
All those can be exported in a single repo aframevr/glitch-examples for example and we can update the urls in the doc to use:
https://stackblitz.com/github/aframevr/glitch-examples/tree/main/ex-2c-animating-shapes
@dmarcos what are the glitches you have access to so you can easily click on the Download button in the dashboard?
Otherwise we need to download each file one by one.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the unchecked Glitch links in the listed files under docs/, especially docs/components/, docs/introduction/, docs/core/, and docs/primitives/. Start by determining which exported examples are available, then follow the proposed aframevr/glitch-examples repository and StackBlitz URL pattern. Done means the remaining documentation links and referenced example entries use the replacement locations, with the listed test and example URL changes accounted for.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100