From 4e51b8283ef82f0496778d528a90b51dba0138bc Mon Sep 17 00:00:00 2001 From: Frederic Plourde <frederic.plourde@collabora.com> Date: Tue, 7 Feb 2023 14:50:18 -0500 Subject: [PATCH] gsoc: fix nitpick --- gsoc-2023.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gsoc-2023.md b/gsoc-2023.md index 5c0c4f1..fb64b6b 100644 --- a/gsoc-2023.md +++ b/gsoc-2023.md @@ -9,6 +9,8 @@ layout: main * TOC {:toc} +# Project Ideas + ## Portable and convenient config UI Monado has a lot of configurable options and currently, there is no convenient visual means to update them. This project consists in implementing a config UI in Monado and could be broken down into three project phases. First, choose a UI technology that satisfies the below UI requirements. Second, Integrate that UI technology into Monado codebase. Third, implement the required UI menus and elements using the integrated UI codebase. @@ -31,7 +33,7 @@ Difficulty: easy Project Size : Small (\~150 hours) -# Frame Timing Tools +## Frame Timing Tools In VR, stutters, judders and jitters in rendering are a much bigger deal than on desktop monitors. Instead of being just annoying, they can cause disorientation, and even motion sickness. Most importantly the VR runtime must push frames to the VR hardware at the native hardware refresh rate. -- GitLab