Skip to content
Justin Lu edited this page Apr 21, 2022 · 12 revisions

MYR - My Reality

MYR is an online editor for editing and viewing virtual worlds and effects. The system provides a beginner-friendly interface with robust capabilities and is meant for exploration into the fun of programming.

MYR uses Aframe, a fantastic open source project, to render objects and effects in the three-dimensional space. It is our hope to build on their amazing work.

The source code is auto-documented at learnmyr.org/docs.

To contribute to MYR:

  • If you have feature requests or suggestions, please add them to the projects board.
  • If you found a bug that should be fixed, please report it on the issues list.

MYR Servers:

  • LearnMYR.org
    • Production server
    • Deployed from master branch
  • dev.learnmyr.org
    • Staging server
    • Deployed from dev branch
    • Used to test final changes before going into production
    • Is 100% stable in theory
  • beta.learnmyr.org
    • Development server
    • Deployed from assorted branches
    • Used to test new features and proof of concepts
    • Should be considered unstable
    • Should not be used for storing data, DB is subject to clearing at any time without notice

Thanks!

Clone this wiki locally