File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ Interested in learning more about the project? Join us on [discord](https://disc
1010
1111Below is a proposed list of milestones (roughly in-order) and their status. Subject to change at any time.
1212
13- | Feature | Windows | Mac OS | Linux |
14- | ----------------------------------------------- | ------------------ | ------------------ | ------------------ |
15- | Spawns a window, no parent | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
16- | Cross-platform API for window spawning | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
17- | Can find DPI scale factor | | :heavy_check_mark : | :heavy_check_mark : |
18- | Basic event handling (mouse, keyboard) | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
19- | Parent window support | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
13+ | Feature | Windows | Mac OS | Linux |
14+ | ----------------------------------------------------- | ------------------ | ------------------ | ------------------ |
15+ | Spawns a window, no parent | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
16+ | Cross-platform API for window spawning | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
17+ | Can find DPI scale factor | | :heavy_check_mark : | :heavy_check_mark : |
18+ | Basic event handling (mouse, keyboard) | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
19+ | Parent window support | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
20+ | OpenGL context creation (behind the ` opengl ` feature) | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
2021
2122## Prerequisites
2223
You can’t perform that action at this time.
0 commit comments