From 92eb7ea958545d3522b553f67b0d1f3a142f1375 Mon Sep 17 00:00:00 2001 From: Micah Johnston Date: Sun, 17 Dec 2023 23:08:14 -0600 Subject: [PATCH] remove obsolete roadmap from README --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 1015ac32..a5b70ca5 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,6 @@ A low-level windowing system geared towards making audio plugin UIs. Interested in learning more about the project? Join us on [discord](https://discord.gg/b3hjnGw), channel `#plugin-gui`. -## Roadmap - -Below is a proposed list of milestones (roughly in-order) and their status. Subject to change at any time. - -| Feature | Windows | Mac OS | Linux | -| ----------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Spawns a window, no parent | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| Cross-platform API for window spawning | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| Can find DPI scale factor | | :heavy_check_mark: | :heavy_check_mark: | -| Basic event handling (mouse, keyboard) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| Parent window support | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| OpenGL context creation (behind the `opengl` feature) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | - ## Prerequisites ### Linux