kettle11 / kapp

A pure Rust window and input library for Windows, Mac, and Web. (Work in progress)
Apache License 2.0
56 stars 4 forks source link

Add clarifying comments about scope and Linux support to README #54

Closed lunabunn closed 3 years ago

lunabunn commented 3 years ago

Fix https://github.com/kettle11/kapp/issues/52, address https://github.com/kettle11/kapp/issues/51

kettle11 commented 3 years ago

Since now you've contributed as well it's a bit weird to use the language "I" so that should be removed.

What about something like this (a slight edit of what you wrote)?

Currently, to keep the scope manageable, kapp aims to only support the latest of MacOS, Windows, and web browsers. Kapp's first priority is consistency and quality for the current platforms, but other platforms may be considered in the future.

Linux support is an eventual goal and an area where contributions and collaboration would be very welcome.

lunabunn commented 3 years ago

Sounds good, updated