Skip to content

docs: Added a 3D concepts tutorial #450

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

taeuscherpferd
Copy link
Contributor

Changes

  • Added a 3D concepts primer for people primarily coming from a 2D development background
  • Bumped navigation numbers

Screenshots

Screenshot_20250719_175920_Kiwi Browser

Happy to make any suggested changes or edits 👍

Copy link
Collaborator

@bbohlender bbohlender left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Let me know what you're thinking about the comments :)
Maybe a good idea would be to make a PR that contains a list of todo elements so I can see the vision of each step and also comment on what steps you have in mind for the docs (just an idea :) )

@@ -0,0 +1,106 @@
---
title: 3D Concepts for Web Developers
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the concepts you are explaining can be explained in the context of XR.
Coordinate systems are very strongly related to XR Spaces. Currently you explain it like there's only one coordinate system, but for XR development its important to understand that there are many coordinate systems. Cameras are also a concept that is strongly related to XR. Having a document that first explains all the "just 3D" concepts, which whom we have to later correct them because they are different in XR might be weird for the reader. Therefore how about calling this "Introduction to AR and VR development" + "A quick introduction on basic 3D and AR/VR concepts for developers" and always relating those concepts to XR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, I'll refine it a bit and add the tweaks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants