Skip to content

Commit 6105cae

Browse files
committed
Mention OpenGL contexts in the readme
1 parent d2e3d5d commit 6105cae

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ Interested in learning more about the project? Join us on [discord](https://disc
1010

1111
Below 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

0 commit comments

Comments
 (0)