diff --git a/vitepress/docs/src/custom/theme/index.ts b/vitepress/docs/src/custom/theme/index.ts index 0367d5b..20ef670 100644 --- a/vitepress/docs/src/custom/theme/index.ts +++ b/vitepress/docs/src/custom/theme/index.ts @@ -63,6 +63,13 @@ const theme = { { text: "Full Build Guide", link: "/how_to_build/full_build" }, ], }, + { + text: "Headset Guides", + collapsible: true, + items: [ + { text: "What is This?", link: "/headset_guides/what_is_this.md" }, + ], + }, { text: "Firmware Guide", collapsible: true, diff --git a/vitepress/docs/src/pages/headset_guides/what_is_this.md b/vitepress/docs/src/pages/headset_guides/what_is_this.md new file mode 100644 index 0000000..486b2ed --- /dev/null +++ b/vitepress/docs/src/pages/headset_guides/what_is_this.md @@ -0,0 +1,109 @@ +# What are "Headset Specific Guides"? + +This is an initiative to provide specific information on specific headsets. Any weird quirks, recommended 3d printed mounts and different setup types are to be included on a page. + +Complete submissions will receive a 20% off coupon for the ETVR store. Partial completions (one specific mount) will receive 15% off coupons to show our appreciation and provide an incentive. (reach out to me in dms to receive the code `@prohurtz`) + +Thank you for working to improve EyeTrackVR's accessibility! + + +### Guidelines + +Please keep it as concise as possible, and spell check before submitting. You can submit by making a PR on github, or sending the `.md` file to #documentation in the ETVR Discord pringing `@prohurtz` . + + +file name: `headset_name.md` +ex. `HTC_Vive_Pro_2.md`, `Bigscreen_Beyond.md` + +Page formatting and template: + +# Headset Name + +## Xyz's mod: +[image(s) of mod (limit ~2)] + +#### Mod Details +This mod supports lens inserts and is very compact and easy to use. It provides good frunk ventilation and wide hardware support. + +#### Extra Parts Needed: +- 2x Camera extensions +- 2x Camera extension connectors + +[Parts Link](../how_to_build/part_list#additional-parts) +(If the parts needed are not on the additional parts page, let me know. You can also just directly link to them.) + +#### 3D Printed Mounts +Found at Xyz's [GitHub](https://github.com/) + +You will need to print: +- 2x camera mount +- 2x frunk mount + +Lens insert support Yes/No: Yes [Compatable mount](https://github.com) +::: info Note +There are 160 and 130-degree variants for camera mounts; pick which one corresponds with your cameras. +::: + + +#### Assembly Details: +(make sure to include quirks of setup not covered in other parts of documentation) + +First, screw an M2 screw into the hole on part A: + +[image showing "part A" and screw] + +You must have a Torx screwdriver set to remove the frunk screw, do so now. + +[image] + +Then attach part b and tighten: + +[image] + +Now clip on +[image] + +## Abc's mod: +[image(s) of mod (limit ~2)] + +#### Mod Details +This mod supports lens inserts and is very compact and easy to use. It provides good frunk ventilation and wide hardware support. + +#### Extra Parts Needed: +- 2x Camera extensions +- 2x Camera extension connectors +- 50 M3 screws +[Parts Link](../how_to_build/part_list#additional-parts) +(If the parts needed are not on the additional parts page, let me know. You can also just directly link to them.) + +#### 3D Printed Mounts +Found at Abc's [GitHub](https://github.com/) + +You will need to print: +- 2x camera mount +- 2x frunk mount + +Lens insert support Yes/No: Yes [Compatable mount](https://github.com) +::: info Note +There are 160 and 130-degree variants for camera mounts; pick which one corresponds with your cameras. +::: + + +#### Assembly Details: +(make sure to include quirks of setup not covered in other parts of documentation) + +First, screw an M2 screw into the hole on part A: + +[image showing "part A" and screw] + +You must have a Torx screwdriver set to remove the frunk screw, do so now. + +[image] + +Then attach part b and tighten: + +[image] + +Now clip on +[image] + diff --git a/vitepress/docs/src/static/dev_roadmap/index.ts b/vitepress/docs/src/static/dev_roadmap/index.ts index 7d9dd9e..8289dfa 100644 --- a/vitepress/docs/src/static/dev_roadmap/index.ts +++ b/vitepress/docs/src/static/dev_roadmap/index.ts @@ -27,7 +27,7 @@ const InProgress: IDevRoadMap = { { label: 'New GUI' }, { label: 'New backend for new GUI' }, { label: 'V5 hardware (focus on wired usage)' }, - { label: 'HELP WANTED: Dynamic foveated rendering via OpenXR' }, + { label: 'Dynamic foveated rendering via OpenXR' }, { label: '3D, 9-point calibration via OpenXR/SteamVR overlay' }, ]