From b5d1481c2c81655ca7c39b0c98792ca33550ef62 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Fri, 11 Mar 2022 16:43:04 -0600 Subject: [PATCH] gsoc2022/ideas: Add rust winit port --- content/community/gsoc/2022/ideas.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/content/community/gsoc/2022/ideas.html b/content/community/gsoc/2022/ideas.html index 62efc7823..03102f59b 100644 --- a/content/community/gsoc/2022/ideas.html +++ b/content/community/gsoc/2022/ideas.html @@ -772,7 +772,6 @@

Improving Clockwerk

Ports

-

Porting the Go Programming Language to Haiku

@@ -805,6 +804,20 @@
Existing work

Other

+

+Rust winit crate port +

+

The Rust-based winit crate allows native graphical creation and manipulation of graphical UI elements.

+

The goal of this project is to add native Haiku windowing code to winit to allow seamless creation of native +Haiku applications from within Rust applications. Native windowing from Rust applications also opens a new world +of software to Haiku, including the rust-based web rendering engine Servo. +

+